File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -765,6 +765,8 @@ Tests
765765Build
766766-----
767767
768+ - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
769+
768770- Issue #16235: Implement python-config as a shell script.
769771
770772- Issue #16769: Remove outdated Visual Studio projects.
Original file line number Diff line number Diff line change @@ -812,6 +812,7 @@ with_computed_gotos
812812 ac_precious_vars=' build_alias
813813host_alias
814814target_alias
815+ MACHDEP
815816CC
816817CFLAGS
817818LDFLAGS
@@ -1486,6 +1487,7 @@ Optional Packages:
14861487 default on supported compilers)
14871488
14881489Some influential environment variables:
1490+ MACHDEP name for machine-dependent library files
14891491 CC C compiler command
14901492 CFLAGS C compiler flags
14911493 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ AC_SUBST(FRAMEWORKINSTALLAPPSPREFIX)
348348# # [Use (OpenStep|Rhapsody) dynamic linker]))
349349# #
350350# Set name for machine-dependent library files
351- AC_SUBST ( MACHDEP )
351+ AC_ARG_VAR ( [ MACHDEP] , [ name for machine-dependent library files ] )
352352AC_MSG_CHECKING ( MACHDEP )
353353if test -z "$MACHDEP"
354354then
You can’t perform that action at this time.
0 commit comments