diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-06-11 02:25:49 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-06-11 02:25:49 (GMT) |
commit | f81f7c8532e85c5a74c75e5c392127b2677062a5 (patch) | |
tree | c16739bc6d14bb8fc7a53ea4c4de6740bf117f7a /bin | |
parent | 0f964d11536add73708deb8740902b2d0d57173e (diff) | |
download | hdf5-f81f7c8532e85c5a74c75e5c392127b2677062a5.zip hdf5-f81f7c8532e85c5a74c75e5c392127b2677062a5.tar.gz hdf5-f81f7c8532e85c5a74c75e5c392127b2677062a5.tar.bz2 |
[svn-r13848] Updated it to use version 2.61 since reconfigure has been changed to it.
Tested:
kagiso.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chkconfigure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chkconfigure b/bin/chkconfigure index 8b52d43..3c155dd 100755 --- a/bin/chkconfigure +++ b/bin/chkconfigure @@ -19,12 +19,12 @@ # Created Date: 2004/12/07 # -# Configure: should be generated by autoconf version 2.59. -# autoconf: should be of version 2.59. +# Configure: should be generated by autoconf version 2.61. +# autoconf: should be of version 2.61. # variable initialization nerrors=0 -AUTOCONFVERSION=2.59 +AUTOCONFVERSION=2.61 AUTOCONFVERSIONLEAD='Generated by GNU Autoconf' CONFIGUREFILES="configure c++/configure fortran/configure" |