diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-02-23 16:47:00 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-02-23 16:47:00 (GMT) |
commit | 0b83fea12571ae1f05e6465d4afc09948486e17f (patch) | |
tree | a68c13321a12f709cda32c93d960e899a2ecbe35 /bin/reconfigure.sh | |
parent | 3a3d51843166416c11d8f46aa67f47f8257889ef (diff) | |
download | hdf5-0b83fea12571ae1f05e6465d4afc09948486e17f.zip hdf5-0b83fea12571ae1f05e6465d4afc09948486e17f.tar.gz hdf5-0b83fea12571ae1f05e6465d4afc09948486e17f.tar.bz2 |
[svn-r10066] Purpose:
Libtool upgrade
Description:
HDF5 was using libtool 1.4.2. Upgraded to libtool 1.5.14.
Platforms tested:
verbena, heping, pommier, copper, modi4, arabica
Diffstat (limited to 'bin/reconfigure.sh')
-rw-r--r-- | bin/reconfigure.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reconfigure.sh b/bin/reconfigure.sh index e480e41..c739172 100644 --- a/bin/reconfigure.sh +++ b/bin/reconfigure.sh @@ -14,8 +14,8 @@ # Run commands in order - echo /afs/ncsa/projects/hdf/packages/automake_1.6.3/Linux_2.4/bin/aclocal -I /afs/ncsa/projects/hdf/packages/libtool-1.4.2/Linux_2.4/share/aclocal - /afs/ncsa/projects/hdf/packages/automake_1.6.3/Linux_2.4/bin/aclocal -I /afs/ncsa/projects/hdf/packages/libtool-1.4.2/Linux_2.4/share/aclocal + echo /afs/ncsa/projects/hdf/packages/automake_1.6.3/Linux_2.4/bin/aclocal -I /afs/ncsa/projects/hdf/packages/libtool_1.5.14/Linux_2.4/share/aclocal + /afs/ncsa/projects/hdf/packages/automake_1.6.3/Linux_2.4/bin/aclocal -I /afs/ncsa/projects/hdf/packages/libtool_1.5.14/Linux_2.4/share/aclocal echo /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoheader /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoheader |