mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Add CONFIG_ARGS Makefile variable (saves the arguments passed
to configure).
This commit is contained in:
parent
64b1b686d1
commit
4edbc2a54f
2 changed files with 353 additions and 344 deletions
|
@ -8,6 +8,10 @@ AC_CONFIG_HEADER(config.h)
|
|||
AC_SUBST(VERSION)
|
||||
VERSION=2.1
|
||||
|
||||
# Arguments passed to configure.
|
||||
AC_SUBST(CONFIG_ARGS)
|
||||
CONFIG_ARGS="$ac_configure_args"
|
||||
|
||||
# NEXTSTEP|MacOSX|Darwin stuff
|
||||
if test -f /usr/lib/NextStep/software_version -o -f /System/Library/CoreServices/software_version ; then
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue