From 35438a5685d2efcfe4ea877ab475aa116222817e Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 26 Apr 2002 19:29:55 +0000 Subject: * unix/configure: * unix/tcl.m4: change HP-11 SHLIB_LD_LIBS from "" to ${LIBS} so that the .sl knows its dependent libs. --- ChangeLog | 6 ++++++ unix/configure | 2 +- unix/tcl.m4 | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8955a24..968301b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-04-26 Jeff Hobbs + + * unix/configure: + * unix/tcl.m4: change HP-11 SHLIB_LD_LIBS from "" to ${LIBS} so + that the .sl knows its dependent libs. + 2002-04-26 Donal K. Fellows * tests/obj.test (obj-11.[56]): Test conversion to boolean more diff --git a/unix/configure b/unix/configure index 04c7076..6df0548 100755 --- a/unix/configure +++ b/unix/configure @@ -5520,7 +5520,7 @@ fi if test "$tcl_ok" = yes; then SHLIB_CFLAGS="+z" SHLIB_LD="ld -b" - SHLIB_LD_LIBS="" + SHLIB_LD_LIBS='${LIBS}' DL_OBJS="tclLoadShl.o" DL_LIBS="-ldld" LDFLAGS="-Wl,-E" diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 0a87a22..413255e 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -802,7 +802,7 @@ dnl AC_CHECK_TOOL(AR, ar, :) if test "$tcl_ok" = yes; then SHLIB_CFLAGS="+z" SHLIB_LD="ld -b" - SHLIB_LD_LIBS="" + SHLIB_LD_LIBS='${LIBS}' DL_OBJS="tclLoadShl.o" DL_LIBS="-ldld" LDFLAGS="-Wl,-E" -- cgit v0.12