diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-09-03 18:40:20 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-09-03 18:40:20 (GMT) |
commit | c7be102c70bb56620be6beaf0529c5eb7a801900 (patch) | |
tree | e8effff3551a9cb8f92fa6eacd991ac8ce3feebe /bin/chkconfigure | |
parent | 3c0de7fb0cb1fdcc83bf376be6aead3abcc49e6e (diff) | |
download | hdf5-c7be102c70bb56620be6beaf0529c5eb7a801900.zip hdf5-c7be102c70bb56620be6beaf0529c5eb7a801900.tar.gz hdf5-c7be102c70bb56620be6beaf0529c5eb7a801900.tar.bz2 |
[svn-r17448] Purpose:
Script Update
Description:
Updated autoconf version in bin/chkconfigure script to 2.64
Diffstat (limited to 'bin/chkconfigure')
-rwxr-xr-x | bin/chkconfigure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chkconfigure b/bin/chkconfigure index b6ad055..67733ca 100755 --- a/bin/chkconfigure +++ b/bin/chkconfigure @@ -23,7 +23,7 @@ # variable initialization nerrors=0 -AUTOCONFVERSION=2.61 +AUTOCONFVERSION=2.64 AUTOCONFVERSIONLEAD='Generated by GNU Autoconf' CONFIGUREFILES="configure" |