diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-02-25 15:13:48 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-02-25 15:13:48 (GMT) |
commit | 76b809dd177127fabd8a22ac5ea36ffb3c5abb4e (patch) | |
tree | 22c97d9eaa8b767dc49948788004e96c275a6b43 /bin/chkconfigure | |
parent | b0c346caa201cdc5bf40a314910ac33c75ba8951 (diff) | |
download | hdf5-76b809dd177127fabd8a22ac5ea36ffb3c5abb4e.zip hdf5-76b809dd177127fabd8a22ac5ea36ffb3c5abb4e.tar.gz hdf5-76b809dd177127fabd8a22ac5ea36ffb3c5abb4e.tar.bz2 |
[svn-r10083] Purpose:
Updated to require autoconf v2.59.
Platforms tested:
in Eirene only since the change is trivial.
Diffstat (limited to 'bin/chkconfigure')
-rwxr-xr-x | bin/chkconfigure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chkconfigure b/bin/chkconfigure index 87ddd96..b5b9064 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" |