(original) (raw)
changeset: 81764:6866384d9ccb parent: 81762:3a74ce3dfbf8 parent: 81763:8c49dd8e4d22 user: doko@python.org date: Sat Jan 26 19:00:20 2013 +0100 files: Misc/NEWS configure configure.ac description: - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac. diff -r 3a74ce3dfbf8 -r 6866384d9ccb Misc/NEWS --- a/Misc/NEWS Sat Jan 26 08:49:53 2013 -0500 +++ b/Misc/NEWS Sat Jan 26 19:00:20 2013 +0100 @@ -765,6 +765,8 @@ Build ----- +- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac. + - Issue #16235: Implement python-config as a shell script. - Issue #16769: Remove outdated Visual Studio projects. diff -r 3a74ce3dfbf8 -r 6866384d9ccb configure --- a/configure Sat Jan 26 08:49:53 2013 -0500 +++ b/configure Sat Jan 26 19:00:20 2013 +0100 @@ -812,6 +812,7 @@ ac_precious_vars='build_alias host_alias target_alias +MACHDEP CC CFLAGS LDFLAGS @@ -1486,6 +1487,7 @@ default on supported compilers) Some influential environment variables: + MACHDEP name for machine-dependent library files CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a diff -r 3a74ce3dfbf8 -r 6866384d9ccb configure.ac --- a/configure.ac Sat Jan 26 08:49:53 2013 -0500 +++ b/configure.ac Sat Jan 26 19:00:20 2013 +0100 @@ -348,7 +348,7 @@ ## [Use (OpenStep|Rhapsody) dynamic linker])) ## # Set name for machine-dependent library files -AC_SUBST(MACHDEP) +AC_ARG_VAR([MACHDEP], [name for machine-dependent library files]) AC_MSG_CHECKING(MACHDEP) if test -z "$MACHDEP" then