From bb533a9879fad653a577d0a0eaf924152e74b93f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 12 Sep 2000 02:54:54 -0500 Subject: [svn-r2538] Added DYNAMIC_DIRS macro. This is derived from the LDFLAGS macro created in the configure script, basically replacing all -L/ constructs with -R/ ones so that libtools will pass it along to the compiler correctly. --- config/commence.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/commence.in b/config/commence.in index 5b3a658..461d322 100644 --- a/config/commence.in +++ b/config/commence.in @@ -42,10 +42,11 @@ PUB_LIB=$(LIB) ## Shared libraries LT_STATIC_EXEC=@LT_STATIC_EXEC@ +DYNAMIC_DIRS=@DYNAMIC_DIRS@ 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) $(LT_STATIC_EXEC) -rpath $(bindir) +LT_LINK_EXE=$(LT) --mode=link $(CC) $(LT_STATIC_EXEC) -rpath $(bindir) $(DYNAMIC_DIRS) LT_RUN=$(LT) --mode=execute LT_INSTALL_PROG=$(LT) --mode=install $(INSTALL_PROGRAM) LT_INSTALL_LIB=$(LT) --mode=install $(INSTALL_DATA) -- cgit v0.12