summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-11-01 18:30:48 (GMT)
committerlrknox <lrknox>2016-11-01 18:30:48 (GMT)
commit1974619efbb5098059b882c1c09e5fd7ae029c38 (patch)
tree0813761782080a82f2161ecb5af1716643b2733d /bin
parent7fef0a516651c2134b2b29867e22747d9342c91d (diff)
downloadhdf5-1974619efbb5098059b882c1c09e5fd7ae029c38.zip
hdf5-1974619efbb5098059b882c1c09e5fd7ae029c38.tar.gz
hdf5-1974619efbb5098059b882c1c09e5fd7ae029c38.tar.bz2
Update shared object file numbers according to changes in v1.8.18 release.
Update autotools and libtool versions. Run bin/reconfigure.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/reconfigure b/bin/reconfigure
index 7a0f437..803ce41 100755
--- a/bin/reconfigure
+++ b/bin/reconfigure
@@ -29,10 +29,10 @@
# HDF5 currently uses the following versions of the autotools:
AUTOCONF_VERSION="autoconf (GNU Autoconf) 2.69"
-AUTOMAKE_VERSION="automake (GNU automake) 1.14.1"
+AUTOMAKE_VERSION="automake (GNU automake) 1.15"
AUTOHEADER_VERSION="autoheader (GNU Autoconf) 2.69"
-ACLOCAL_VERSION="aclocal (GNU automake) 1.14.1"
-LIBTOOL_VERSION="(GNU libtool) 2.4.2"
+ACLOCAL_VERSION="aclocal (GNU automake) 1.15"
+LIBTOOL_VERSION="(GNU libtool) 2.4.6"
M4_VERSION="m4 (GNU M4) 1.4.17"
#
@@ -49,16 +49,16 @@ if test -z ${AUTOCONF}; then
AUTOCONF=/mnt/hdf/packages/autoconf/autoconf-2.69/bin/autoconf
fi
if test -z ${AUTOMAKE}; then
- AUTOMAKE=/mnt/hdf/packages/automake/automake-1.14.1/bin/automake-1.14
+ AUTOMAKE=/mnt/hdf/packages/AUTOTOOLS/automake/1.15/i386/bin/automake-1.15
fi
if test -z ${AUTOHEADER}; then
AUTOHEADER=/mnt/hdf/packages/autoconf/autoconf-2.69/bin/autoheader
fi
if test -z ${ACLOCAL}; then
- ACLOCAL=/mnt/hdf/packages/automake/automake-1.14.1/bin/aclocal-1.14
+ ACLOCAL=/mnt/hdf/packages/AUTOTOOLS/automake/1.15/i386/bin/aclocal-1.15
fi
if test -z ${LIBTOOL}; then
- LIBTOOL=/mnt/hdf/packages/libtool/libtool-2.4.2/bin/libtool
+ LIBTOOL=/mnt/hdf/packages/AUTOTOOLS/libtool/2.4.6/i386/bin/libtool
fi
if test -z ${M4}; then
M4=/mnt/hdf/packages/m4/m4-1.4.17/bin/m4