mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
This commit is contained in:
commit
682d8d4aaa
3 changed files with 5 additions and 1 deletions
|
@ -765,6 +765,8 @@ Tests
|
||||||
Build
|
Build
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
|
||||||
|
|
||||||
- Issue #16235: Implement python-config as a shell script.
|
- Issue #16235: Implement python-config as a shell script.
|
||||||
|
|
||||||
- Issue #16769: Remove outdated Visual Studio projects.
|
- Issue #16769: Remove outdated Visual Studio projects.
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -812,6 +812,7 @@ with_computed_gotos
|
||||||
ac_precious_vars='build_alias
|
ac_precious_vars='build_alias
|
||||||
host_alias
|
host_alias
|
||||||
target_alias
|
target_alias
|
||||||
|
MACHDEP
|
||||||
CC
|
CC
|
||||||
CFLAGS
|
CFLAGS
|
||||||
LDFLAGS
|
LDFLAGS
|
||||||
|
@ -1486,6 +1487,7 @@ Optional Packages:
|
||||||
default on supported compilers)
|
default on supported compilers)
|
||||||
|
|
||||||
Some influential environment variables:
|
Some influential environment variables:
|
||||||
|
MACHDEP name for machine-dependent library files
|
||||||
CC C compiler command
|
CC C compiler command
|
||||||
CFLAGS C compiler flags
|
CFLAGS C compiler flags
|
||||||
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
|
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
|
||||||
|
|
|
@ -348,7 +348,7 @@ AC_SUBST(FRAMEWORKINSTALLAPPSPREFIX)
|
||||||
## [Use (OpenStep|Rhapsody) dynamic linker]))
|
## [Use (OpenStep|Rhapsody) dynamic linker]))
|
||||||
##
|
##
|
||||||
# Set name for machine-dependent library files
|
# Set name for machine-dependent library files
|
||||||
AC_SUBST(MACHDEP)
|
AC_ARG_VAR([MACHDEP], [name for machine-dependent library files])
|
||||||
AC_MSG_CHECKING(MACHDEP)
|
AC_MSG_CHECKING(MACHDEP)
|
||||||
if test -z "$MACHDEP"
|
if test -z "$MACHDEP"
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue