summaryrefslogtreecommitdiffstats
path: root/bin/reconfigure
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-04-11 21:56:25 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-04-11 21:56:25 (GMT)
commit8f0879c89efa2a2315675526a1672690ec693f04 (patch)
tree552fc5bd5887aff90388b47c44fb1ddf9bde7abf /bin/reconfigure
parent934d53254405a1fe5b87773d751d64e380470557 (diff)
downloadhdf5-8f0879c89efa2a2315675526a1672690ec693f04.zip
hdf5-8f0879c89efa2a2315675526a1672690ec693f04.tar.gz
hdf5-8f0879c89efa2a2315675526a1672690ec693f04.tar.bz2
[svn-r14830] Purpose: Update libtool to version 2.2.2
Description: Changing libtool from 2.2 to 2.2.2. The newer version was released last week and I missed the announcement before upgrading to 2.2 yesterday afternoon. The new version is installed in home1/packages/libtool/, and the bin/reconfigure script was updated and executed. Tested: h5committest (smirom, linew, kagiso)
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-xbin/reconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reconfigure b/bin/reconfigure
index da48d2d..4665dae 100755
--- a/bin/reconfigure
+++ b/bin/reconfigure
@@ -32,7 +32,7 @@ AUTOCONF_VERSION="autoconf (GNU Autoconf) 2.61"
AUTOMAKE_VERSION="automake (GNU automake) 1.10.1"
AUTOHEADER_VERSION="autoheader (GNU Autoconf) 2.61"
ACLOCAL_VERSION="aclocal (GNU automake) 1.10.1"
-LIBTOOL_VERSION="(GNU libtool) 2.2"
+LIBTOOL_VERSION="(GNU libtool) 2.2.2"
#
# When upgrading automake's version, don't forget to also update its
# helper utilities, especially depcomp.
@@ -53,7 +53,7 @@ if test -z ${ACLOCAL}; then
ACLOCAL=/home1/packages/automake/automake-1.10.1/bin/aclocal-1.10
fi
if test -z ${LIBTOOL}; then
- LIBTOOL=/home1/packages/libtool/libtool-2.2/bin/libtool
+ LIBTOOL=/home1/packages/libtool/libtool-2.2.2/bin/libtool
fi
# Check version numbers of all autotools against the "correct" versions