summaryrefslogtreecommitdiffstats
path: root/bin/reconfigure
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-xbin/reconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/reconfigure b/bin/reconfigure
index 242468a..283a81e 100755
--- a/bin/reconfigure
+++ b/bin/reconfigure
@@ -29,9 +29,9 @@
# HDF5 currently uses the following versions of the autotools:
AUTOCONF_VERSION="autoconf (GNU Autoconf) 2.60"
-AUTOMAKE_VERSION="automake (GNU automake) 1.9.5"
+AUTOMAKE_VERSION="automake (GNU automake) 1.9.6"
AUTOHEADER_VERSION="autoheader (GNU Autoconf) 2.60"
-ACLOCAL_VERSION="aclocal (GNU automake) 1.9.5"
+ACLOCAL_VERSION="aclocal (GNU automake) 1.9.6"
LIBTOOL_VERSION="(GNU libtool) 1.5.14"
#
# When upgrading automake's version, don't forget to also update its
@@ -41,9 +41,9 @@ LIBTOOL_VERSION="(GNU libtool) 1.5.14"
kagiso=`hostname | grep "^kagiso"`
if test "x${kagiso}" != "x"; then
AUTOCONF=/home1/packages/autoconf/autoconf-2.60/bin/autoconf
- AUTOMAKE=/home1/packages/automake/automake-1.9.5-2/bin/automake-1.9
+ AUTOMAKE=/home1/packages/automake/automake-1.9.6/bin/automake-1.9
AUTOHEADER=/home1/packages/autoconf/autoconf-2.60/bin/autoheader
- ACLOCAL=/home1/packages/automake/automake-1.9.5-2/bin/aclocal-1.9
+ ACLOCAL=/home1/packages/automake/automake-1.9.6/bin/aclocal-1.9
# When using the default settings, add the correct version of autoconf
# binaries to path (otherwise aclocal may find an outdated version of
# autom4ate and complain about an
@@ -64,13 +64,13 @@ if test -z ${AUTOCONF}; then
AUTOCONF=/afs/ncsa/projects/hdf/packages/autoconf-2.60/bin/autoconf
fi
if test -z ${AUTOMAKE}; then
- AUTOMAKE=/afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/automake-1.9
+ AUTOMAKE=/afs/ncsa/projects/hdf/packages/automake-1.9.6/bin/automake-1.9
fi
if test -z ${AUTOHEADER}; then
AUTOHEADER=/afs/ncsa/projects/hdf/packages/autoconf-2.60/bin/autoheader
fi
if test -z ${ACLOCAL}; then
- ACLOCAL=/afs/ncsa/projects/hdf/packages/automake_1.9.5/Linux_2.4/bin/aclocal-1.9
+ ACLOCAL=/afs/ncsa/projects/hdf/packages/automake-1.9.6/bin/aclocal-1.9
fi
if test -z ${LIBTOOL}; then
LIBTOOL=/afs/ncsa/projects/hdf/packages/libtool_1.5.14/Linux_2.4/bin/libtool