File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -547,6 +547,8 @@ Tests
547547Build
548548-----
549549
550+ - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
551+
550552- Issue #17031: Fix running regen in cross builds.
551553
552554- Issue #3754: fix typo in pthread AC_CACHE_VAL.
Original file line number Diff line number Diff line change @@ -810,6 +810,7 @@ with_computed_gotos
810810 ac_precious_vars=' build_alias
811811host_alias
812812target_alias
813+ MACHDEP
813814CC
814815CFLAGS
815816LDFLAGS
@@ -1484,6 +1485,7 @@ Optional Packages:
14841485 default on supported compilers)
14851486
14861487Some influential environment variables:
1488+ MACHDEP name for machine-dependent library files
14871489 CC C compiler command
14881490 CFLAGS C compiler flags
14891491 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