[Python-checkins] python/dist/src configure, 1.416.4.9, 1.416.4.10 configure.in, 1.427.4.8, 1.427.4.9

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Oct 31 10:41:53 EST 2003


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

Modified Files:
      Tag: release23-maint
	configure configure.in 
Log Message:
Patch #833710: Set INSTSONAME on Solaris.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.416.4.9
retrieving revision 1.416.4.10
diff -C2 -d -r1.416.4.9 -r1.416.4.10
*** configure	4 Oct 2003 07:56:12 -0000	1.416.4.9
--- configure	31 Oct 2003 15:41:46 -0000	1.416.4.10
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.427.4.7 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.57 for python 2.3.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.427.4.8 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.57 for python 2.3.
***************
*** 3596,3599 ****
--- 3596,3600 ----
  	  BLDLIBRARY='-Wl,-R,$(LIBDIR) -L. -lpython$(VERSION)'
  	  RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
+ 	  INSTSONAME="$LDLIBRARY".$SOVERSION
            ;;
      Linux*|GNU*|NetBSD*)

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.427.4.8
retrieving revision 1.427.4.9
diff -C2 -d -r1.427.4.8 -r1.427.4.9
*** configure.in	4 Oct 2003 07:56:14 -0000	1.427.4.8
--- configure.in	31 Oct 2003 15:41:49 -0000	1.427.4.9
***************
*** 516,519 ****
--- 516,520 ----
  	  BLDLIBRARY='-Wl,-R,$(LIBDIR) -L. -lpython$(VERSION)'
  	  RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}
+ 	  INSTSONAME="$LDLIBRARY".$SOVERSION
            ;;
      Linux*|GNU*|NetBSD*)





More information about the Python-checkins mailing list