summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2015-03-04 17:15:04 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2015-03-04 17:15:04 (GMT)
commit1e486e1684038fc273f9088debdaada987ecf529 (patch)
treeeab572316df8fa620cdf00059613ce504c157f75
parentfed1242d98f043830a14ce1b432d25089b25b16d (diff)
downloadhdf5-1e486e1684038fc273f9088debdaada987ecf529.zip
hdf5-1e486e1684038fc273f9088debdaada987ecf529.tar.gz
hdf5-1e486e1684038fc273f9088debdaada987ecf529.tar.bz2
[svn-r26358] Revert change r25705: Add LD path to HDF5 install directory to address HDFFV-8944.
The change broke DESTDIR builds where an older HDF5 is installed in the --prefix directory. The original problem remains. Tested with h5committest
-rwxr-xr-xconfigure9
-rw-r--r--configure.ac7
2 files changed, 3 insertions, 13 deletions
diff --git a/configure b/configure
index 5ef3811..4d605ef 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Id: configure.ac 26314 2015-02-26 15:21:33Z brtnfld .
+# From configure.ac Id: configure.ac 26326 2015-02-27 04:01:50Z derobins .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for HDF5 1.8.15-snap11.
#
@@ -3914,12 +3914,7 @@ AM_CFLAGS="${AM_CFLAGS}"
AM_CXXFLAGS="${AM_CXXFLAGS}"
AM_FCFLAGS="${AM_FCFLAGS}"
AM_CPPFLAGS="${AM_CPPFLAGS}"
-# Added to address HDFFV-8944
-if test "x$prefix" = xNONE; then
- AM_LDFLAGS="$AM_LDFLAGS -L$ac_default_prefix/lib"
-else
- AM_LDFLAGS="$AM_LDFLAGS -L$prefix/lib"
-fi
+AM_LDFLAGS="${AM_LDFLAGS}"
CFLAGS="${CFLAGS}"
CXXFLAGS="${CXXFLAGS}"
FCFLAGS="${FCFLAGS}"
diff --git a/configure.ac b/configure.ac
index 5e5b59f..2786bf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,12 +115,7 @@ AM_CFLAGS="${AM_CFLAGS}"
AM_CXXFLAGS="${AM_CXXFLAGS}"
AM_FCFLAGS="${AM_FCFLAGS}"
AM_CPPFLAGS="${AM_CPPFLAGS}"
-# Added to address HDFFV-8944
-if test "x$prefix" = xNONE; then
- AM_LDFLAGS="$AM_LDFLAGS -L$ac_default_prefix/lib"
-else
- AM_LDFLAGS="$AM_LDFLAGS -L$prefix/lib"
-fi
+AM_LDFLAGS="${AM_LDFLAGS}"
CFLAGS="${CFLAGS}"
CXXFLAGS="${CXXFLAGS}"
FCFLAGS="${FCFLAGS}"