[Python-checkins] python/dist/src configure,1.402,1.403 configure.in,1.413,1.414

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 31 May 2003 00:58:48 -0700


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv32403

Modified Files:
	configure configure.in 
Log Message:
Modified Patch #745620: build shared lib as ".so" for NetBSD.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.402
retrieving revision 1.403
diff -C2 -d -r1.402 -r1.403
*** configure	26 May 2003 14:11:52 -0000	1.402
--- configure	31 May 2003 07:58:41 -0000	1.403
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.412 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.413 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
***************
*** 3269,3273 ****
  	  RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
            ;;
!     Linux*|GNU*)
  	  LDLIBRARY='libpython$(VERSION).so'
  	  BLDLIBRARY='-L. -lpython$(VERSION)'
--- 3269,3273 ----
  	  RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
            ;;
!     Linux*|GNU*|NetBSD*)
  	  LDLIBRARY='libpython$(VERSION).so'
  	  BLDLIBRARY='-L. -lpython$(VERSION)'

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.413
retrieving revision 1.414
diff -C2 -d -r1.413 -r1.414
*** configure.in	26 May 2003 14:11:55 -0000	1.413
--- configure.in	31 May 2003 07:58:45 -0000	1.414
***************
*** 499,503 ****
  	  RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
            ;;
!     Linux*|GNU*)
  	  LDLIBRARY='libpython$(VERSION).so'
  	  BLDLIBRARY='-L. -lpython$(VERSION)'
--- 499,503 ----
  	  RUNSHARED=LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH
            ;;
!     Linux*|GNU*|NetBSD*)
  	  LDLIBRARY='libpython$(VERSION).so'
  	  BLDLIBRARY='-L. -lpython$(VERSION)'