From 3d772a42366db3a24d6db9b00e80245fdf991bf1 Mon Sep 17 00:00:00 2001 From: mo Date: Thu, 27 Jul 2000 22:47:37 +0000 Subject: * win/configure.in: TCL_STUB_LIB_FLAG should not include ${TCL_DBGX} in win/tclConfig.sh, fix that. --- ChangeLog | 5 +++++ win/configure.in | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0cd255c..4bef5c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-07-27 Mo DeJong + + * win/configure.in: TCL_STUB_LIB_FLAG should not + include ${TCL_DBGX} in win/tclConfig.sh, fix that. + 2000-07-25 David Gravereaux * doc/Async.3: diff --git a/win/configure.in b/win/configure.in index e767b1b..ec2725f 100644 --- a/win/configure.in +++ b/win/configure.in @@ -2,7 +2,7 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.25 2000/07/21 16:22:47 mo Exp $ +# RCS: @(#) $Id: configure.in,v 1.26 2000/07/27 22:47:37 mo Exp $ AC_INIT(../generic/tcl.h) @@ -110,9 +110,8 @@ eval "TCL_LIB_FILE=${LIBPREFIX}tcl$VER${LIBSUFFIX}" #TCL_BUILD_LIB_SPEC #TCL_LIB_SPEC -# FIXME: We use LIBSUFFIX (includes ${TCL_DBGX} not g), is that right? eval "TCL_STUB_LIB_FILE=\"${LIBPREFIX}tclstub${VER}${LIBSUFFIX}\"" -eval "TCL_STUB_LIB_FLAG=\"-ltclstub${VER}${LIBSUFFIX}\"" +eval "TCL_STUB_LIB_FLAG=\"-ltclstub${VER}${TCL_DBGX}\"" eval "TCL_BUILD_STUB_LIB_SPEC=\"-L`pwd` ${TCL_STUB_LIB_FLAG}\"" eval "TCL_STUB_LIB_SPEC=\"-L${exec_prefix}/lib ${TCL_STUB_LIB_FLAG}\"" eval "TCL_BUILD_STUB_LIB_PATH=\"`pwd`/${TCL_STUB_LIB_FILE}\"" -- cgit v0.12