Add CONFIG_ARGS Makefile variable (saves the arguments passed

to configure).
This commit is contained in:
Neil Schemenauer 2001-03-22 00:34:03 +00:00
parent 64b1b686d1
commit 4edbc2a54f
2 changed files with 353 additions and 344 deletions

693
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,10 @@ AC_CONFIG_HEADER(config.h)
AC_SUBST(VERSION)
VERSION=2.1
# Arguments passed to configure.
AC_SUBST(CONFIG_ARGS)
CONFIG_ARGS="$ac_configure_args"
# NEXTSTEP|MacOSX|Darwin stuff
if test -f /usr/lib/NextStep/software_version -o -f /System/Library/CoreServices/software_version ; then