]> granicus.if.org Git - python/commitdiff
Fix SF bug 419062: building pbs on AIX 4.3.2
authorGuido van Rossum <guido@python.org>
Fri, 28 Sep 2001 15:59:38 +0000 (15:59 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 28 Sep 2001 15:59:38 +0000 (15:59 +0000)
Apply patch from "china@thewrittenword.com" to put the correct
location for ld_so_aix in BLDSHARED.

configure
configure.in

index 84e1e6070f94cf53fd668fa04a4449fed2a542ff..ca245d3bce854e09f3db762bd8cf93ca5d58e4d1 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.260 
+# From configure.in Revision: 1.261 
 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
@@ -3047,11 +3047,11 @@ then
        case $ac_sys_system/$ac_sys_release in
        AIX*)
                BLDSHARED="\$(srcdir)/Modules/ld_so_aix \$(CC) -bI:Modules/python.exp"
-               LDSHARED="\$(BINLIBDEST)/ld_so_aix \$(CC) -bI:\$(BINLIBDEST)/python.exp"
+               LDSHARED="\$(BINLIBDEST)/config/ld_so_aix \$(CC) -bI:\$(BINLIBDEST)/config/python.exp"
                ;;
        BeOS*)
                BLDSHARED="\$(srcdir)/Modules/ld_so_beos $LDLIBRARY"
-               LDSHARED="\$(BINLIBDEST)/ld_so_beos \$(LIBDIR)/$LDLIBRARY"
+               LDSHARED="\$(BINLIBDEST)/config/ld_so_beos \$(LIBDIR)/$LDLIBRARY"
                ;;
        IRIX/5*) LDSHARED="ld -shared";;
        IRIX*/6*) LDSHARED="ld ${SGI_ABI} -shared -all";;
index 32147bf5f5010d14cd8b0f9b25ae8d4baed40bc3..31412a19dee57f424e20143dc81a9a05b31576a0 100644 (file)
@@ -677,11 +677,11 @@ then
        case $ac_sys_system/$ac_sys_release in
        AIX*)
                BLDSHARED="\$(srcdir)/Modules/ld_so_aix \$(CC) -bI:Modules/python.exp"
-               LDSHARED="\$(BINLIBDEST)/ld_so_aix \$(CC) -bI:\$(BINLIBDEST)/python.exp"
+               LDSHARED="\$(BINLIBDEST)/config/ld_so_aix \$(CC) -bI:\$(BINLIBDEST)/config/python.exp"
                ;;
        BeOS*)
                BLDSHARED="\$(srcdir)/Modules/ld_so_beos $LDLIBRARY"
-               LDSHARED="\$(BINLIBDEST)/ld_so_beos \$(LIBDIR)/$LDLIBRARY"
+               LDSHARED="\$(BINLIBDEST)/config/ld_so_beos \$(LIBDIR)/$LDLIBRARY"
                ;;
        IRIX/5*) LDSHARED="ld -shared";;
        IRIX*/6*) LDSHARED="ld ${SGI_ABI} -shared -all";;