diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-08 18:33:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-08 18:33:45 (GMT) |
commit | 26e94d4eefb59c58fd4691bea289e149b68e6a7f (patch) | |
tree | c0ec9544d65b81711fe6e5655afe6e71d8207ce3 /config/commence.in | |
parent | c1f6f9defd4266e40fde0845c0ca18099be7f50d (diff) | |
download | hdf5-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.in | 4 |
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) |