[Python-checkins] CVS: python/dist/src configure.in,1.164,1.165 configure,1.154,1.155

Fred L. Drake python-dev@python.org
Mon, 25 Sep 2000 08:08:49 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv4754

Modified Files:
	configure.in configure 
Log Message:

Properly set LINKFORSHARED on Reliant UNIX.  Problem and required linker
flags reported by Daniel Dittmar <daniel.dittmar@sap.com>.


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.164
retrieving revision 1.165
diff -C2 -r1.164 -r1.165
*** configure.in	2000/09/24 19:40:25	1.164
--- configure.in	2000/09/25 15:08:45	1.165
***************
*** 649,652 ****
--- 649,653 ----
  	next/4*|next/5*) LINKFORSHARED="-u __dummy -framework System" ;;
  	SCO_SV*) LINKFORSHARED="-Bdynamic -dy -Wl,-Bexport";;
+ 	ReliantUNIX*) LINKFORSHARED="-W1 -Blargedynsym";;
  	FreeBSD*|NetBSD*) 
  		if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]]

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.154
retrieving revision 1.155
diff -C2 -r1.154 -r1.155
*** configure	2000/09/24 19:40:25	1.154
--- configure	2000/09/25 15:08:46	1.155
***************
*** 1,8 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.163 
  
  # Guess values for system-dependent variables and create Makefiles.
! # Generated automatically using autoconf version 2.13 
  # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
  #
--- 1,8 ----
  #! /bin/sh
[...4130 lines suppressed...]
!     echo "$CONFIG_STATUS generated by autoconf version 2.13"
      exit 0 ;;
    -help | --help | --hel | --he | --h)
--- 6032,6036 ----
      exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
    -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
!     echo "$CONFIG_STATUS generated by autoconf version 2.14.1"
      exit 0 ;;
    -help | --help | --hel | --he | --h)
***************
*** 6307,6310 ****
  chmod +x $CONFIG_STATUS
  rm -fr confdefs* $ac_clean_files
! test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  
--- 6336,6339 ----
  chmod +x $CONFIG_STATUS
  rm -fr confdefs* $ac_clean_files
! test "$no_create" = yes || $SHELL $CONFIG_STATUS || exit 1