[Python-checkins] python/dist/src configure,1.326,1.327 configure.in,1.337,1.338

loewis@users.sourceforge.net loewis@users.sourceforge.net
2002年7月30日 13:20:00 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv7806
Modified Files:
	configure configure.in 
Log Message:
Shared libraries also work on GNU/Hurd. Suggested by Matthias Klose.
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.326
retrieving revision 1.327
diff -C2 -d -r1.326 -r1.327
*** configure	30 Jul 2002 01:08:28 -0000	1.326
--- configure	30 Jul 2002 20:19:56 -0000	1.327
***************
*** 1,4 ****
 #! /bin/sh
! # From configure.in Revision: 1.335 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
--- 1,4 ----
 #! /bin/sh
! # From configure.in Revision: 1.337 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.
***************
*** 3137,3141 ****
 	 RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
 ;;
! Linux*)
 	 LDLIBRARY='libpython$(VERSION).so'
 	 BLDLIBRARY='-L. -lpython$(VERSION)'
--- 3137,3141 ----
 	 RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
 ;;
! Linux*|GNU*)
 	 LDLIBRARY='libpython$(VERSION).so'
 	 BLDLIBRARY='-L. -lpython$(VERSION)'
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.337
retrieving revision 1.338
diff -C2 -d -r1.337 -r1.338
*** configure.in	30 Jul 2002 01:08:28 -0000	1.337
--- configure.in	30 Jul 2002 20:19:58 -0000	1.338
***************
*** 384,388 ****
 	 RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
 ;;
! Linux*)
 	 LDLIBRARY='libpython$(VERSION).so'
 	 BLDLIBRARY='-L. -lpython$(VERSION)'
--- 384,388 ----
 	 RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
 ;;
! Linux*|GNU*)
 	 LDLIBRARY='libpython$(VERSION).so'
 	 BLDLIBRARY='-L. -lpython$(VERSION)'

AltStyle によって変換されたページ (->オリジナル) /