summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-06-12 19:54:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-06-12 19:54:44 (GMT)
commitc2bc22d51cdf528c9b04ec115ac22c7e79fd7c6d (patch)
tree5a2bdc39f8a06c6b2407336dd30f7a0284a4d58d /bin
parentd74b7fb7b8d3c67ff4d6c33efda4082ab8acbf1f (diff)
downloadhdf5-c2bc22d51cdf528c9b04ec115ac22c7e79fd7c6d.zip
hdf5-c2bc22d51cdf528c9b04ec115ac22c7e79fd7c6d.tar.gz
hdf5-c2bc22d51cdf528c9b04ec115ac22c7e79fd7c6d.tar.bz2
[svn-r25266] update to m4 1.4.17 in reconfigure did not change any other files
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reconfigure4
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