[svn-r1063] Added a feature to dump all the shell variables initial values

to the config.log file for debugging.  Made change in configure.in
and created configure via autoconf.  Tested okay in an O2K.
This commit is contained in:
Albert Cheng 1999-02-11 10:56:15 -05:00
parent 442bc46ff7
commit f6272d4292
2 changed files with 254 additions and 242 deletions

489
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,13 @@ AC_CONFIG_AUX_DIR(bin)
AC_CANONICAL_HOST
AC_SUBST(CPPFLAGS)
dnl ----------------------------------------------------------------------
dnl Dump all shell variables values.
dnl
AC_MSG_CHECKING(shell variables initial values)
set >&5
AC_MSG_RESULT(done)
dnl ----------------------------------------------------------------------
dnl Check that the cache file was build on the same host as what we're
dnl running on now.