diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-09-03 18:38:25 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-09-03 18:38:25 (GMT) |
commit | 4978a681f9a98016a829b8353fafb0acb5cdf1d4 (patch) | |
tree | fa51ed36402f5a06d9323bc61bc77811baf65bdd /bin/chkconfigure | |
parent | 458358f0bd8a50271cd2f935d448a7928109aceb (diff) | |
download | hdf5-4978a681f9a98016a829b8353fafb0acb5cdf1d4.zip hdf5-4978a681f9a98016a829b8353fafb0acb5cdf1d4.tar.gz hdf5-4978a681f9a98016a829b8353fafb0acb5cdf1d4.tar.bz2 |
[svn-r17447] 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" |