]> granicus.if.org Git - python/commitdiff
Fix issue where 'make altinstall' or 'make install' would install everything
authorRonald Oussoren <ronaldoussoren@mac.com>
Mon, 30 Mar 2009 17:53:39 +0000 (17:53 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Mon, 30 Mar 2009 17:53:39 +0000 (17:53 +0000)
that needs to be installed on OSX (depending on the configure flags)

configure
configure.in

index 92e6e4807d91874f55ccdaa2d8cc922839cdf058..328629d3511257b2833a91bab46d1a5b89a86fbd 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 68312 .
+# From configure.in Revision: 70479 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for python 2.7.
 #
@@ -1972,7 +1972,9 @@ if test "${enable_framework+set}" = set; then
                if test "$UNIVERSAL_ARCHS" = "all"
                then
                        FRAMEWORKINSTALLLAST="frameworkinstallmaclib frameworkinstallapps4way frameworkinstallunixtools4way"
+                       FRAMEWORKALTINSTALLLAST="frameworkinstallmaclib frameworkinstallapps4way frameworkaltinstallunixtools4way"
                else
+                       FRAMEWORKINSTALLLAST="frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools"
                        FRAMEWORKALTINSTALLLAST="frameworkinstallmaclib frameworkinstallapps frameworkaltinstallunixtools"
                fi
 
index 92a04a7b84ba51ca26f5ac1d5e8a0b60cd2f4dbc..acfec69dd75cfa8d8e7b78315eb72b43b64be63f 100644 (file)
@@ -154,7 +154,9 @@ AC_ARG_ENABLE(framework,
                if test "$UNIVERSAL_ARCHS" = "all"
                then
                        FRAMEWORKINSTALLLAST="frameworkinstallmaclib frameworkinstallapps4way frameworkinstallunixtools4way"
+                       FRAMEWORKALTINSTALLLAST="frameworkinstallmaclib frameworkinstallapps4way frameworkaltinstallunixtools4way"
                else
+                       FRAMEWORKINSTALLLAST="frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools"
                        FRAMEWORKALTINSTALLLAST="frameworkinstallmaclib frameworkinstallapps frameworkaltinstallunixtools"
                fi