diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-10-24 17:19:34 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-10-24 17:19:34 (GMT) |
commit | a66427462495807c39be4eb48d7015253b9e8853 (patch) | |
tree | 917da048f0d071652d31232d4ede3a82c01df7af /bin/reconfigure | |
parent | 220c8585e1af4bcff9595ff1506ad90b8c4a4736 (diff) | |
download | hdf5-a66427462495807c39be4eb48d7015253b9e8853.zip hdf5-a66427462495807c39be4eb48d7015253b9e8853.tar.gz hdf5-a66427462495807c39be4eb48d7015253b9e8853.tar.bz2 |
[svn-r15942] Purpose: Bug Fixes and Libtool Upgrade
Description:
- Remove need to set LD_LIBRARY_PATH when using shared szip library.
- Libtool 2.2.6a is now used to generate libraries.
- 'make check install' dependency bug is fixed, and should no longer
break the build.
- removed hard coding of shell in config/commence.am, as this causes
problems on Solaris with the new version of libtool.
- RELEASE.txt with appropriate changes.
Tested:
- kagiso, smirom, linew (merged from 1.8, pretty quick tests)
Diffstat (limited to 'bin/reconfigure')
-rwxr-xr-x | bin/reconfigure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reconfigure b/bin/reconfigure index 4665dae..f9fe719 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.2" +LIBTOOL_VERSION="(GNU libtool) 2.2.6" # # 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.2/bin/libtool + LIBTOOL=/home1/packages/libtool/libtool-2.2.6a/bin/libtool fi # Check version numbers of all autotools against the "correct" versions |