[Python-checkins] python/dist/src configure, 1.428, 1.429 configure.in, 1.438, 1.439

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Oct 31 10:42:09 EST 2003


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

Modified Files:
	configure configure.in 
Log Message:
Patch #833710: Set INSTSONAME on Solaris. Backported to 2.3.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.428
retrieving revision 1.429
diff -C2 -d -r1.428 -r1.429
*** configure	4 Oct 2003 07:46:20 -0000	1.428
--- configure	31 Oct 2003 15:42:07 -0000	1.429
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.437 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.57 for python 2.4.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.438 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.57 for python 2.4.
***************
*** 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.438
retrieving revision 1.439
diff -C2 -d -r1.438 -r1.439
*** configure.in	4 Oct 2003 07:46:23 -0000	1.438
--- configure.in	31 Oct 2003 15:42:07 -0000	1.439
***************
*** 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