diff options
author | wart <wart> | 1999-07-20 00:49:22 (GMT) |
---|---|---|
committer | wart <wart> | 1999-07-20 00:49:22 (GMT) |
commit | 6868bd24578d2d2dadffc154cff565c2ebe95adf (patch) | |
tree | 0d17e4f7e7ebacd3512cbbe44b35fcadec0d66f3 /win | |
parent | a79f675753a5cf6cff43be274950c36a70bbe295 (diff) | |
download | tk-6868bd24578d2d2dadffc154cff565c2ebe95adf.zip tk-6868bd24578d2d2dadffc154cff565c2ebe95adf.tar.gz tk-6868bd24578d2d2dadffc154cff565c2ebe95adf.tar.bz2 |
Added eval to EXESUFFIX value to resolve ${DBGX} immediately.
The debug wish executable was missing the 'd' in its name.
Diffstat (limited to 'win')
-rw-r--r-- | win/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/configure.in b/win/configure.in index 434fa4b..8ba673b 100644 --- a/win/configure.in +++ b/win/configure.in @@ -2,7 +2,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.5 1999/06/25 23:48:05 welch Exp $ +# RCS: @(#) $Id: configure.in,v 1.6 1999/07/20 00:49:22 wart Exp $ AC_INIT(../generic/tk.h) @@ -90,6 +90,7 @@ eval "TK_STUB_LIB_FILE=tkstub$VER${LIBSUFFIX}" eval "TCL_DLL_FILE=tcl$VER${DLLSUFFIX}" eval "TCL_LIB_FILE=tcl$VER${LIBSUFFIX}" eval "TCL_STUB_LIB_FILE=tclstub$VER${LIBSUFFIX}" +eval "EXESUFFIX=${EXESUFFIX}" AC_SUBST(TK_VERSION) AC_SUBST(TK_MAJOR_VERSION) |