diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2010-04-27 20:59:29 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2010-04-27 20:59:29 (GMT) |
commit | daddb56a02bb6503e57993631e70836a10b5d9f2 (patch) | |
tree | 4030cf17e8d06341f4093ed27148a3f40962e355 | |
parent | e48bb7e1c5c72c08c19e14d472974e34c9c88274 (diff) | |
download | hdf5-daddb56a02bb6503e57993631e70836a10b5d9f2.zip hdf5-daddb56a02bb6503e57993631e70836a10b5d9f2.tar.gz hdf5-daddb56a02bb6503e57993631e70836a10b5d9f2.tar.bz2 |
[svn-r18647] I updated the default version of autoconf to 2.65 as this is the default on jam.
Tested on jam.
-rwxr-xr-x | bin/chkconfigure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chkconfigure b/bin/chkconfigure index 67733ca..f819816 100755 --- a/bin/chkconfigure +++ b/bin/chkconfigure @@ -23,7 +23,7 @@ # variable initialization nerrors=0 -AUTOCONFVERSION=2.64 +AUTOCONFVERSION=2.65 AUTOCONFVERSIONLEAD='Generated by GNU Autoconf' CONFIGUREFILES="configure" |