diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-09-20 21:49:26 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-09-20 21:49:26 (GMT) |
commit | d3d78bbd1be7dddd41b2a9f7e25ea42ce2192ddd (patch) | |
tree | e851faae7e5c3d17179b5fd9f510a7738d197ab1 /bin | |
parent | 7c7b4e3deb555c2d2fc3a6a029549a014f29d50e (diff) | |
download | hdf5-d3d78bbd1be7dddd41b2a9f7e25ea42ce2192ddd.zip hdf5-d3d78bbd1be7dddd41b2a9f7e25ea42ce2192ddd.tar.gz hdf5-d3d78bbd1be7dddd41b2a9f7e25ea42ce2192ddd.tar.bz2 |
[svn-r19440] Description:
Update bin/chkconfigure to reflect version 2.67 of Autoconf
Tested:
ran bin/chkconfigure on jam
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 f819816..62ca1ca 100755 --- a/bin/chkconfigure +++ b/bin/chkconfigure @@ -18,12 +18,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.67. +# autoconf: should be of version 2.67. # variable initialization nerrors=0 -AUTOCONFVERSION=2.65 +AUTOCONFVERSION=2.67 AUTOCONFVERSIONLEAD='Generated by GNU Autoconf' CONFIGUREFILES="configure" |