summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-03-30 18:00:28 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-03-30 18:00:28 (GMT)
commite391835f35a0829f304877fa50afa2d63adeb99b (patch)
treeb754e332712a50f5d43e3d4cc2b9955853c70284 /configure
parent207b4c227f8d578f9366655232951944eac8725a (diff)
downloadcpython-e391835f35a0829f304877fa50afa2d63adeb99b.zip
cpython-e391835f35a0829f304877fa50afa2d63adeb99b.tar.gz
cpython-e391835f35a0829f304877fa50afa2d63adeb99b.tar.bz2
Merged revisions 70730 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70730 | ronald.oussoren | 2009-03-30 12:53:39 -0500 (Mon, 30 Mar 2009) | 3 lines Fix issue where 'make altinstall' or 'make install' would install everything that needs to be installed on OSX (depending on the configure flags) ........
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 85db6d6..ff266aa 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 68924 .
+# From configure.in Revision: 70459 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 3.1.
#
@@ -1969,7 +1969,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