diff options
author | mdejong <mdejong> | 2003-04-03 10:11:55 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-04-03 10:11:55 (GMT) |
commit | d83a9a1baf2b53553d2cc392eda9e5a5d0b44a12 (patch) | |
tree | 482c1aba21636ba65913ce1c0149f1657ef820bd /win/configure.in | |
parent | 8e95bf1faee00a740455e979fa25c531a65d80f4 (diff) | |
download | tk-d83a9a1baf2b53553d2cc392eda9e5a5d0b44a12.zip tk-d83a9a1baf2b53553d2cc392eda9e5a5d0b44a12.tar.gz tk-d83a9a1baf2b53553d2cc392eda9e5a5d0b44a12.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 a251610..9b89e2d 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.49.2.1 2003/04/03 02:04:56 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.49.2.2 2003/04/03 10:12:07 mdejong Exp $ AC_INIT(../generic/tk.h) AC_PREREQ(2.13) @@ -155,7 +155,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}" |