]> granicus.if.org Git - python/commitdiff
Refer to the Mac OS X bundle_loader by the altbininstall name, so that
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 25 Feb 2003 13:14:43 +0000 (13:14 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 25 Feb 2003 13:14:43 +0000 (13:14 +0000)
building distutils extension modules also works if you've only done
an altinstall. Fixes bug #677293.

configure
configure.in

index efcada6f65c1054b226007cf9caabb0a2433a6e8..2e9574bb5154e14674b6886a9d1e141323b97317 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.390 .
+# From configure.in Revision: 1.391 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53 for python 2.3.
 #
@@ -9356,7 +9356,7 @@ then
                else
                        # No framework, use the Python app as bundle-loader
                        BLDSHARED="$LDSHARED "'-bundle_loader $(BUILDPYTHON)'
-                       LDSHARED="$LDSHARED "'-bundle_loader $(BINDIR)/$(PYTHON)'
+                       LDSHARED="$LDSHARED "'-bundle_loader $(BINDIR)/python$(VERSION)$(EXE)'
                fi ;;
        Linux*|GNU*) LDSHARED='$(CC) -shared';;
        dgux*) LDSHARED="ld -G";;
index 1fc6bf783eedbca3244e316e4f355733cd4ccdaa..f73df536837cf309e826e4886c2e7fdd986583c0 100644 (file)
@@ -1081,7 +1081,7 @@ then
                else
                        # No framework, use the Python app as bundle-loader
                        BLDSHARED="$LDSHARED "'-bundle_loader $(BUILDPYTHON)'
-                       LDSHARED="$LDSHARED "'-bundle_loader $(BINDIR)/$(PYTHON)'
+                       LDSHARED="$LDSHARED "'-bundle_loader $(BINDIR)/python$(VERSION)$(EXE)'
                fi ;;
        Linux*|GNU*) LDSHARED='$(CC) -shared';;
        dgux*) LDSHARED="ld -G";;