diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
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}\"" |