mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
And the last bit: move IDLE one level up and adjust makefiles
This commit is contained in:
parent
32f5d8f1b1
commit
2db3a8f73e
8 changed files with 350 additions and 25 deletions
32
configure
vendored
32
configure
vendored
|
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 46608 .
|
||||
# From configure.in Revision: 46700 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59 for python 2.5.
|
||||
#
|
||||
|
|
@ -1447,7 +1447,11 @@ if test "${enable_framework+set}" = set; then
|
|||
FRAMEWORKINSTALLLAST=
|
||||
FRAMEWORKALTINSTALLFIRST=
|
||||
FRAMEWORKALTINSTALLLAST=
|
||||
FRAMEWORKUNIXTOOLSPREFIX="${prefix}"
|
||||
if test "x${prefix}" = "xNONE"; then
|
||||
FRAMEWORKUNIXTOOLSPREFIX="${ac_default_prefix}"
|
||||
else
|
||||
FRAMEWORKUNIXTOOLSPREFIX="${prefix}"
|
||||
fi
|
||||
enable_framework=
|
||||
;;
|
||||
*)
|
||||
|
|
@ -1459,16 +1463,20 @@ if test "${enable_framework+set}" = set; then
|
|||
FRAMEWORKINSTALLLAST="frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools"
|
||||
FRAMEWORKALTINSTALLFIRST="${FRAMEWORKINSTALLFIRST} bininstall maninstall"
|
||||
FRAMEWORKALTINSTALLLAST="frameworkinstallmaclib frameworkinstallapps frameworkaltinstallunixtools"
|
||||
FRAMEWORKUNIXTOOLSPREFIX="${prefix}"
|
||||
if test "x${prefix}" = "xNONE" ; then
|
||||
FRAMEWORKUNIXTOOLSPREFIX="${ac_default_prefix}"
|
||||
else
|
||||
FRAMEWORKUNIXTOOLSPREFIX="${prefix}"
|
||||
fi
|
||||
prefix=$PYTHONFRAMEWORKINSTALLDIR/Versions/$VERSION
|
||||
|
||||
# Add makefiles for Mac specific code to the list of output
|
||||
# files:
|
||||
ac_config_files="$ac_config_files Mac/OSX/Makefile"
|
||||
ac_config_files="$ac_config_files Mac/Makefile"
|
||||
|
||||
ac_config_files="$ac_config_files Mac/OSX/PythonLauncher/Makefile"
|
||||
ac_config_files="$ac_config_files Mac/PythonLauncher/Makefile"
|
||||
|
||||
ac_config_files="$ac_config_files Mac/OSX/IDLE/Makefile"
|
||||
ac_config_files="$ac_config_files Mac/IDLE/Makefile"
|
||||
|
||||
esac
|
||||
|
||||
|
|
@ -1482,7 +1490,11 @@ else
|
|||
FRAMEWORKINSTALLLAST=
|
||||
FRAMEWORKALTINSTALLFIRST=
|
||||
FRAMEWORKALTINSTALLLAST=
|
||||
FRAMEWORKUNIXTOOLSPREFIX="${prefix}"
|
||||
if test "x${prefix}" = "xNONE" ; then
|
||||
FRAMEWORKUNIXTOOLSPREFIX="${ac_default_prefix}"
|
||||
else
|
||||
FRAMEWORKUNIXTOOLSPREFIX="${prefix}"
|
||||
fi
|
||||
enable_framework=
|
||||
|
||||
fi;
|
||||
|
|
@ -22477,9 +22489,9 @@ for ac_config_target in $ac_config_targets
|
|||
do
|
||||
case "$ac_config_target" in
|
||||
# Handling of arguments.
|
||||
"Mac/OSX/Makefile" ) CONFIG_FILES="$CONFIG_FILES Mac/OSX/Makefile" ;;
|
||||
"Mac/OSX/PythonLauncher/Makefile" ) CONFIG_FILES="$CONFIG_FILES Mac/OSX/PythonLauncher/Makefile" ;;
|
||||
"Mac/OSX/IDLE/Makefile" ) CONFIG_FILES="$CONFIG_FILES Mac/OSX/IDLE/Makefile" ;;
|
||||
"Mac/Makefile" ) CONFIG_FILES="$CONFIG_FILES Mac/Makefile" ;;
|
||||
"Mac/PythonLauncher/Makefile" ) CONFIG_FILES="$CONFIG_FILES Mac/PythonLauncher/Makefile" ;;
|
||||
"Mac/IDLE/Makefile" ) CONFIG_FILES="$CONFIG_FILES Mac/IDLE/Makefile" ;;
|
||||
"Makefile.pre" ) CONFIG_FILES="$CONFIG_FILES Makefile.pre" ;;
|
||||
"Modules/Setup.config" ) CONFIG_FILES="$CONFIG_FILES Modules/Setup.config" ;;
|
||||
"pyconfig.h" ) CONFIG_HEADERS="$CONFIG_HEADERS pyconfig.h" ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue