diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2010-11-23 22:56:59 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2010-11-23 22:56:59 (GMT) |
commit | 72634b34e4e1792c7253c2961bcd91784f8c1656 (patch) | |
tree | bf4c224a63b61a43d087453d9f14216b65c62070 /bin/chkconfigure | |
parent | 5ab92a43a30edfce9a250043d3514f591aaf9fca (diff) | |
download | hdf5-72634b34e4e1792c7253c2961bcd91784f8c1656.zip hdf5-72634b34e4e1792c7253c2961bcd91784f8c1656.tar.gz hdf5-72634b34e4e1792c7253c2961bcd91784f8c1656.tar.bz2 |
[svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15.
Tested with h5committest on amani, heiwa, and jam.
Diffstat (limited to 'bin/chkconfigure')
-rwxr-xr-x | bin/chkconfigure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chkconfigure b/bin/chkconfigure index 62ca1ca..03035cd 100755 --- a/bin/chkconfigure +++ b/bin/chkconfigure @@ -18,12 +18,12 @@ # Created Date: 2004/12/07 # -# Configure: should be generated by autoconf version 2.67. -# autoconf: should be of version 2.67. +# Configure: should be generated by autoconf version 2.68. +# autoconf: should be of version 2.68. # variable initialization nerrors=0 -AUTOCONFVERSION=2.67 +AUTOCONFVERSION=2.68 AUTOCONFVERSIONLEAD='Generated by GNU Autoconf' CONFIGUREFILES="configure" |