diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-06-12 20:12:36 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-06-12 20:12:36 (GMT) |
commit | 79c3535fe30c93a84ea5372279bff1778a85e64d (patch) | |
tree | bb6bf1382769e4f5c41911bb8a039923ad98eb7a /bin/reconfigure | |
parent | 443a09f60d292c7d8147e80c5f80cd516705102c (diff) | |
download | hdf5-79c3535fe30c93a84ea5372279bff1778a85e64d.zip hdf5-79c3535fe30c93a84ea5372279bff1778a85e64d.tar.gz hdf5-79c3535fe30c93a84ea5372279bff1778a85e64d.tar.bz2 |
[svn-r25268] update to 1.4.17 m4 caused no code or file changes
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-x | bin/reconfigure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reconfigure b/bin/reconfigure index 570f06e..f2f1f23 100755 --- a/bin/reconfigure +++ b/bin/reconfigure @@ -33,7 +33,7 @@ AUTOMAKE_VERSION="automake (GNU automake) 1.14.1" AUTOHEADER_VERSION="autoheader (GNU Autoconf) 2.69" ACLOCAL_VERSION="aclocal (GNU automake) 1.14.1" LIBTOOL_VERSION="(GNU libtool) 2.4.2" -M4_VERSION="m4 (GNU M4) 1.4.16" +M4_VERSION="m4 (GNU M4) 1.4.17" # # When upgrading automake's version, don't forget to also update its @@ -61,7 +61,7 @@ if test -z ${LIBTOOL}; then LIBTOOL=/mnt/hdf/packages/libtool/libtool-2.4.2/bin/libtool fi if test -z ${M4}; then - M4=/mnt/hdf/packages/m4/m4-1.4.16/bin/m4 + M4=/mnt/hdf/packages/m4/m4-1.4.17/bin/m4 fi # Check version numbers of all autotools against the "correct" versions |