summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2007-04-06 19:38:29 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2007-04-06 19:38:29 (GMT)
commit2781e1e34d399ebcd12779ae1786ee48ceb5d8b0 (patch)
tree116401fdb47b4d9b857a8c52ac5cfb98fbe9f885 /bin
parenta245b69e9b2c0ec3e843ce7f0b8debde883feaf4 (diff)
downloadhdf5-2781e1e34d399ebcd12779ae1786ee48ceb5d8b0.zip
hdf5-2781e1e34d399ebcd12779ae1786ee48ceb5d8b0.tar.gz
hdf5-2781e1e34d399ebcd12779ae1786ee48ceb5d8b0.tar.bz2
[svn-r13603] The issue with linking szip's shared libraries on some machines that occurred in the 1.8
branch is occurring in the 1.6 branch as well. The issue is that szip's shared libraries cannot be linked when running on certain machines. The fix is added to configure, and it disables the use of szip when the shared libraries cannot be used. This is the same fix that was applied to the 1.8 branch. Detected and tested on kagiso.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reconfigure16
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/reconfigure b/bin/reconfigure
index cf4ad52..2161594 100755
--- a/bin/reconfigure
+++ b/bin/reconfigure
@@ -27,18 +27,18 @@
# Run commands in order
- 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
+ echo /home1/packages/autoconf/autoconf-2.60/bin/autoheader
+ /home1/packages/autoconf/autoconf-2.60/bin/autoheader
- echo /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf
- /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf
+ echo /home1/packages/autoconf/autoconf-2.60/bin/autoconf
+ /home1/packages/autoconf/autoconf-2.60/bin/autoconf
# Run autoconf on c++ and fortran configure.in files, too
- echo /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf -o c++/configure c++/configure.in
- /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf -o c++/configure c++/configure.in
+ echo /home1/packages/autoconf/autoconf-2.60/bin/autoconf -o c++/configure c++/configure.in
+ /home1/packages/autoconf/autoconf-2.60/bin/autoconf -o c++/configure c++/configure.in
- echo /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf -o fortran/configure -Ifortran fortran/configure.in
- /afs/ncsa/projects/hdf/packages/autoconf_2.59/Linux_2.4/bin/autoconf -o fortran/configure -Ifortran fortran/configure.in
+ echo /home1/packages/autoconf/autoconf-2.60/bin/autoconf -o fortran/configure -Ifortran fortran/configure.in
+ /home1/packages/autoconf/autoconf-2.60/bin/autoconf -o fortran/configure -Ifortran fortran/configure.in
exit 0