From 2acf331ca792491c19201b6e457c49d1feaca127 Mon Sep 17 00:00:00 2001 From: welch Date: Wed, 29 Jul 1998 17:40:50 +0000 Subject: More fixes for DBGX --- unix/configure.in | 11 +++++++---- unix/tkConfig.sh.in | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/unix/configure.in b/unix/configure.in index 45528da..53bbfd1 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -379,16 +379,19 @@ AC_ARG_ENABLE(shared, if test "$ok" = "yes" -a "${SHLIB_SUFFIX}" != ""; then TK_SHARED_BUILD=1 TK_SHLIB_CFLAGS="${SHLIB_CFLAGS}" - eval "TK_LIB_FILE=libtk${TCL_SHARED_LIB_SUFFIX}" + TK_LIB_FILE=libtk${TCL_SHARED_LIB_SUFFIX} MAKE_LIB="\${SHLIB_LD} -o \${TK_LIB_FILE} \${OBJS} \$(TK_LD_SEARCH_FLAGS) ${SHLIB_LD_LIBS}" RANLIB=":" else TK_SHARED_BUILD=0 TK_SHLIB_CFLAGS="" - eval "TK_LIB_FILE=libtk${TCL_UNSHARED_LIB_SUFFIX}" + TK_LIB_FILE=libtk${TCL_UNSHARED_LIB_SUFFIX} MAKE_LIB="ar cr \${TK_LIB_FILE} \${OBJS}" fi +DBGX='${TK_DBGX}' +eval "TK_LIB_FILE=${TK_LIB_FILE}" + # Note: in the following variable, it's important to use the absolute # path name of the Tcl directory rather than "..": this is because # AIX remembers this path and will attempt to use it at run-time to look @@ -399,8 +402,8 @@ if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then else TK_LIB_FLAG="-ltk`echo ${VERSION} | tr -d .`\${TK_DBGX}" fi -TK_BUILD_LIB_SPEC="-L`pwd` \${TK_LIB_FLAG}" -TK_LIB_SPEC="-L${exec_prefix}/lib \${TK_LIB_FLAG}" +TK_BUILD_LIB_SPEC="-L`pwd` ${TK_LIB_FLAG}" +TK_LIB_SPEC="-L${exec_prefix}/lib ${TK_LIB_FLAG}" AC_SUBST(CFLAGS_DEBUG) AC_SUBST(CFLAGS_DEFAULT) diff --git a/unix/tkConfig.sh.in b/unix/tkConfig.sh.in index 71b8745..d5b3ff5 100644 --- a/unix/tkConfig.sh.in +++ b/unix/tkConfig.sh.in @@ -29,7 +29,7 @@ TK_SHARED_BUILD=@TK_SHARED_BUILD@ TK_DBGX=@TK_DBGX@ # The name of the Tk library (may be either a .a file or a shared library): -TK_LIB_FILE=@TK_LIB_FILE@ +TK_LIB_FILE='@TK_LIB_FILE@' # Additional libraries to use when linking Tk. TK_LIBS='@XLIBSW@ @DL_LIBS@ @LIBS@ @MATH_LIBS@' @@ -49,7 +49,7 @@ TK_XINCLUDES='@XINCLUDES@' TK_XLIBSW='@XLIBSW@' # -l flag to pass to the linker to pick up the Tcl library -TK_LIB_FLAG="@TK_LIB_FLAG@" +TK_LIB_FLAG='@TK_LIB_FLAG@' # String to pass to linker to pick up the Tk library from its # build directory. -- cgit v0.12