summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-02-25 17:40:29 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-02-25 17:40:29 (GMT)
commitec96d86feaf1ffae7253676960c764ad22aa1527 (patch)
tree2dd89449a0e661d6a13a362316b022b82b66c9ca /bin
parent8b2b5c9f16e65415da718bbfa5e16937df741ae9 (diff)
downloadhdf5-ec96d86feaf1ffae7253676960c764ad22aa1527.zip
hdf5-ec96d86feaf1ffae7253676960c764ad22aa1527.tar.gz
hdf5-ec96d86feaf1ffae7253676960c764ad22aa1527.tar.bz2
[svn-r10084] Purpose:
Updated to require autoconf v2.59. Platforms tested: in Eirene only since the change is trivial.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chkconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chkconfigure b/bin/chkconfigure
index 9859620..ef8976f 100755
--- a/bin/chkconfigure
+++ b/bin/chkconfigure
@@ -18,12 +18,12 @@
# Created Date: 2004/12/07
#
-# Configure: should be generated by autoconf version 2.53.
-# autoconf: should be of version 2.53.
+# Configure: should be generated by autoconf version 2.59.
+# autoconf: should be of version 2.59.
# variable initialization
nerrors=0
-AUTOCONFVERSION=2.53
+AUTOCONFVERSION=2.59
AUTOCONFVERSIONLEAD='Generated by GNU Autoconf'
CONFIGUREFILES="configure c++/configure fortran/configure"