Build
-----
+- Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.
+
- Issue #17031: Fix running regen in cross builds.
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
ac_precious_vars='build_alias
host_alias
target_alias
+MACHDEP
CC
CFLAGS
LDFLAGS
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<lib dir> if you have libraries in a
## [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