[Python-checkins] python/dist/src configure, 1.433, 1.434 configure.in, 1.443, 1.444

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Fri Jan 16 19:29:35 EST 2004


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

Modified Files:
	configure configure.in 
Log Message:
remove DGUX support.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.433
retrieving revision 1.434
diff -C2 -d -r1.433 -r1.434
*** configure	17 Jan 2004 00:16:09 -0000	1.433
--- configure	17 Jan 2004 00:29:21 -0000	1.434
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.442 .
  # 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.443 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.57 for python 2.4.
***************
*** 3011,3015 ****
  # Check for unsupported systems
  case $ac_sys_system/$ac_sys_release in
! SunOS/4*|DYNIX/*|dgux*/*|IRIX/4*|Linux*/1*)
     echo This system \($ac_sys_system/$ac_sys_release\) is no longer supported.
     echo See README for details.
--- 3011,3015 ----
  # Check for unsupported systems
  case $ac_sys_system/$ac_sys_release in
! SunOS/4*|DYNIX/*|IRIX/4*|Linux*/1*)
     echo This system \($ac_sys_system/$ac_sys_release\) is no longer supported.
     echo See README for details.
***************
*** 3151,3156 ****
  	   fi
  	   LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;
- 	dgux*)
- 	   LINKCC="LD_RUN_PATH=$libdir $LINKCC";;
  	Monterey64*)
  	   LINKCC="$LINKCC -L/usr/lib/ia64l64";;
--- 3151,3154 ----
***************
*** 3242,3252 ****
  	  ;;
    esac
-   # DG/UX requires some fancy ld contortions to produce a .so from an .a
-   case $MACHDEP in
-   dguxR4)
-         LDLIBRARY='libpython$(VERSION).so'
-         BASECFLAGS="$BASECFLAGS -pic"
-         ;;
-   esac
  else # shared is disabled
    case $ac_sys_system in
--- 3240,3243 ----
***************
*** 9423,9427 ****
  		fi ;;
  	Linux*|GNU*) LDSHARED='$(CC) -shared';;
- 	dgux*) LDSHARED="ld -G";;
  	BSD/OS*/4*) LDSHARED="gcc -shared";;
  	OpenBSD*|FreeBSD*)
--- 9414,9417 ----

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.443
retrieving revision 1.444
diff -C2 -d -r1.443 -r1.444
*** configure.in	17 Jan 2004 00:16:11 -0000	1.443
--- configure.in	17 Jan 2004 00:29:32 -0000	1.444
***************
*** 333,337 ****
  # Check for unsupported systems
  case $ac_sys_system/$ac_sys_release in
! SunOS/4*|DYNIX/*|dgux*/*|IRIX/4*|Linux*/1*)
     echo This system \($ac_sys_system/$ac_sys_release\) is no longer supported.
     echo See README for details.
--- 333,337 ----
  # Check for unsupported systems
  case $ac_sys_system/$ac_sys_release in
! SunOS/4*|DYNIX/*|IRIX/4*|Linux*/1*)
     echo This system \($ac_sys_system/$ac_sys_release\) is no longer supported.
     echo See README for details.
***************
*** 458,463 ****
  	   fi
  	   LINKCC="\$(srcdir)/Modules/makexp_aix Modules/python.exp $exp_extra \$(LIBRARY); $LINKCC";;
- 	dgux*)
- 	   LINKCC="LD_RUN_PATH=$libdir $LINKCC";;
  	Monterey64*)
  	   LINKCC="$LINKCC -L/usr/lib/ia64l64";;
--- 458,461 ----
***************
*** 538,548 ****
  	  ;;
    esac
-   # DG/UX requires some fancy ld contortions to produce a .so from an .a
-   case $MACHDEP in
-   dguxR4)
-         LDLIBRARY='libpython$(VERSION).so'
-         BASECFLAGS="$BASECFLAGS -pic"
-         ;;
-   esac
  else # shared is disabled
    case $ac_sys_system in
--- 536,539 ----
***************
*** 1279,1283 ****
  		fi ;;
  	Linux*|GNU*) LDSHARED='$(CC) -shared';;
- 	dgux*) LDSHARED="ld -G";;
  	BSD/OS*/4*) LDSHARED="gcc -shared";;
  	OpenBSD*|FreeBSD*)
--- 1270,1273 ----





More information about the Python-checkins mailing list