summaryrefslogtreecommitdiffstats
path: root/config/commence.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-01-30 00:37:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-01-30 00:37:28 (GMT)
commit0fd1ac674010b6b45a40ef06bd38d966aca03d59 (patch)
tree6ce27506768ff5d9cc5be29e11d9befc018ab011 /config/commence.in
parent43ddb0f2c42065cbe3b0d1cdc2295177f658c5c6 (diff)
downloadhdf5-0fd1ac674010b6b45a40ef06bd38d966aca03d59.zip
hdf5-0fd1ac674010b6b45a40ef06bd38d966aca03d59.tar.gz
hdf5-0fd1ac674010b6b45a40ef06bd38d966aca03d59.tar.bz2
[svn-r1951] Tweaks to detect the shared libraries on NCSA's systems, so that Albert's
automated tests will work correctly on arabica.
Diffstat (limited to 'config/commence.in')
-rw-r--r--config/commence.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/commence.in b/config/commence.in
index 307b03e..0ba7388 100644
--- a/config/commence.in
+++ b/config/commence.in
@@ -9,7 +9,7 @@
.SUFFIXES: .c .o .lo
@SET_MAKE@
-## Directories to serch
+## Directories to search
@SEARCH@
## Programs
@@ -26,6 +26,7 @@ CP=cp
INSTALL=@INSTALL@
INSTALL_PROGRAM=@INSTALL_PROGRAM@
INSTALL_DATA=@INSTALL_DATA@
+NCSA_LT_LINK_EXE=@NCSA_LT_LINK_EXE@
RUNSERIAL=@RUNSERIAL@
RUNPARALLEL=@RUNPARALLEL@
RUNTEST=$(RUNSERIAL)
@@ -44,7 +45,7 @@ PUB_LIB=$(LIB)
LT=$(top_builddir)/libtool
LT_COMPILE=$(LT) --mode=compile $(CC)
LT_LINK_LIB=$(LT) --mode=link $(CC) -rpath $(libdir)
-LT_LINK_EXE=$(LT) --mode=link $(CC) -rpath $(bindir)
+LT_LINK_EXE=$(LT) --mode=link $(CC) -rpath $(bindir) $(NCSA_LT_LINK_EXE)
LT_RUN=$(LT) --mode=execute
LT_INSTALL_PROG=$(LT) --mode=install $(INSTALL_PROGRAM)
LT_INSTALL_LIB=$(LT) --mode=install $(INSTALL_DATA)