[Python-checkins] python/dist/src configure,1.304,1.305 configure.in,1.314,1.315

loewis@sourceforge.net loewis@sourceforge.net
Wed, 08 May 2002 01:51:31 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv5758

Modified Files:
	configure configure.in 
Log Message:
Patch #553403: Fix typo.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.304
retrieving revision 1.305
diff -C2 -d -r1.304 -r1.305
*** configure	3 May 2002 05:53:15 -0000	1.304
--- configure	8 May 2002 08:51:28 -0000	1.305
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.313 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.314 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53.
***************
*** 3019,3023 ****
  LDLIBRARY="$LIBRARY"
  BLDLIBRARY='$(LDLIBRARY)'
! INSTSONMAE='$(LDLIBRARY)'
  DLLLIBRARY=''
  LDLIBRARYDIR=''
--- 3019,3023 ----
  LDLIBRARY="$LIBRARY"
  BLDLIBRARY='$(LDLIBRARY)'
! INSTSONAME='$(LDLIBRARY)'
  DLLLIBRARY=''
  LDLIBRARYDIR=''

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.314
retrieving revision 1.315
diff -C2 -d -r1.314 -r1.315
*** configure.in	3 May 2002 05:53:15 -0000	1.314
--- configure.in	8 May 2002 08:51:29 -0000	1.315
***************
*** 292,296 ****
  LDLIBRARY="$LIBRARY"
  BLDLIBRARY='$(LDLIBRARY)'
! INSTSONMAE='$(LDLIBRARY)'
  DLLLIBRARY=''
  LDLIBRARYDIR=''
--- 292,296 ----
  LDLIBRARY="$LIBRARY"
  BLDLIBRARY='$(LDLIBRARY)'
! INSTSONAME='$(LDLIBRARY)'
  DLLLIBRARY=''
  LDLIBRARYDIR=''