diff options
author | mdejong <mdejong> | 2003-04-03 02:31:31 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-04-03 02:31:31 (GMT) |
commit | c0d490caba1f47f95ebb1aeb5e83794329b88293 (patch) | |
tree | de4655e730372131439b6341262e95a7458026d3 /win/configure.in | |
parent | 716654847d9b33d1d1237fcaedb87a9f760a1caf (diff) | |
download | tk-c0d490caba1f47f95ebb1aeb5e83794329b88293.zip tk-c0d490caba1f47f95ebb1aeb5e83794329b88293.tar.gz tk-c0d490caba1f47f95ebb1aeb5e83794329b88293.tar.bz2 |
* win/configure: Regen.
* win/configure.in: Set stub lib flag based
on new LIBFLAGSUFFIX variable.
* win/tcl.m4: Update from Tcl to get new
LIBFLAGSUFFIX variable.
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index 8d50b8d..85fc7c9 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,7 +3,7 @@ # generate the file "configure", which is run during Tk installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.53 2003/04/03 02:01:07 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.54 2003/04/03 02:31:31 mdejong Exp $ AC_INIT(../generic/tk.h) AC_PREREQ(2.57) @@ -175,7 +175,7 @@ eval "TK_STUB_LIB_FILE=${LIBPREFIX}tkstub${VER}${LIBSUFFIX}" # I left out the other vars that also need to get defined here. # we also need to double check about including DBGX in lib names # and spaces in file or directory names for the eval -eval "TK_STUB_LIB_FLAG=\"-ltkstub${VER}${TCL_DBGX}\"" +eval "TK_STUB_LIB_FLAG=\"-ltkstub${VER}${LIBFLAGSUFFIX}\"" eval "TK_BUILD_STUB_LIB_SPEC=\"-L`pwd` ${TK_STUB_LIB_FLAG}\"" eval "DLLSUFFIX=${DLLSUFFIX}" |