summaryrefslogtreecommitdiffstats
path: root/config/commence.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-08 18:33:45 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-08 18:33:45 (GMT)
commit26e94d4eefb59c58fd4691bea289e149b68e6a7f (patch)
treec0ec9544d65b81711fe6e5655afe6e71d8207ce3 /config/commence.in
parentc1f6f9defd4266e40fde0845c0ca18099be7f50d (diff)
downloadhdf5-26e94d4eefb59c58fd4691bea289e149b68e6a7f.zip
hdf5-26e94d4eefb59c58fd4691bea289e149b68e6a7f.tar.gz
hdf5-26e94d4eefb59c58fd4691bea289e149b68e6a7f.tar.bz2
[svn-r7293] Purpose:
Code cleanup Description: Remove some redundant libtool definitions, etc. Platforms tested: h5committested
Diffstat (limited to 'config/commence.in')
-rw-r--r--config/commence.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/commence.in b/config/commence.in
index 1eddd33..ad1ff45 100644
--- a/config/commence.in
+++ b/config/commence.in
@@ -72,8 +72,8 @@ LT_UNINSTALL=$(LT) --mode=uninstall $(RM)
# Fortran compilation/linking stuff
LT_FCOMPILE=$(LT) --mode=compile $(F9X)
-LT_LINK_FLIB=$(LT) --mode=link $(F9X) -static $(DYNAMIC_DIRS)
-LT_LINK_FEXE=$(LT) --mode=link $(F9X) $(LT_STATIC_EXEC) $(DYNAMIC_DIRS)
+LT_LINK_FLIB=$(LT) --mode=link $(F9X) -static -rpath $(libdir) $(DYNAMIC_DIRS)
+LT_LINK_FEXE=$(LT) --mode=link $(F9X) -static $(LT_STATIC_EXEC) $(DYNAMIC_DIRS)
# C++ compilation/linking stuff
LT_CXX_COMPILE=$(LT) --mode=compile $(CXX)