summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-02-11 15:56:15 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-02-11 15:56:15 (GMT)
commitf6272d42929093a81aa2da79f150333793de49e0 (patch)
treef0164d885abd8dac4f1867af10279060ac980cf4 /configure.in
parent442bc46ff7277b8e73b9c66a625a4cc530908271 (diff)
downloadhdf5-f6272d42929093a81aa2da79f150333793de49e0.zip
hdf5-f6272d42929093a81aa2da79f150333793de49e0.tar.gz
hdf5-f6272d42929093a81aa2da79f150333793de49e0.tar.bz2
[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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ef9dac9..df1630d 100644
--- a/configure.in
+++ b/configure.in
@@ -16,6 +16,13 @@ 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.
dnl