diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-09-20 21:49:06 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-09-20 21:49:06 (GMT) |
commit | d39def2b729600e9bc84581a8dcbfd326286a379 (patch) | |
tree | 7d3d4f76f07b9b01310ba9aeab56cc27fea6aa50 | |
parent | 3ddbf833efa6d7ef329c1d436c4aa0018a636a30 (diff) | |
download | hdf5-d39def2b729600e9bc84581a8dcbfd326286a379.zip hdf5-d39def2b729600e9bc84581a8dcbfd326286a379.tar.gz hdf5-d39def2b729600e9bc84581a8dcbfd326286a379.tar.bz2 |
[svn-r19439] Description:
Update bin/chkconfigure to reflect version 2.67 of Autoconf
Tested:
ran bin/chkconfigure on jam
-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" |