diff options
author | mdejong <mdejong@noemail.net> | 2002-01-17 02:46:04 (GMT) |
---|---|---|
committer | mdejong <mdejong@noemail.net> | 2002-01-17 02:46:04 (GMT) |
commit | 82448aebf34f47ec026198087e95885beb9ef9f0 (patch) | |
tree | 24136678bf6ed979d877d636c185a08fae3d5ba7 /win/tcl.m4 | |
parent | 9d4c9016b0baea53492ad564824b80a4c5b14692 (diff) | |
download | tcl-82448aebf34f47ec026198087e95885beb9ef9f0.zip tcl-82448aebf34f47ec026198087e95885beb9ef9f0.tar.gz tcl-82448aebf34f47ec026198087e95885beb9ef9f0.tar.bz2 |
* unix/tcl.m4 (SC_LOAD_TCLCONFIG):
* win/tcl.m4 (SC_LOAD_TCLCONFIG): Subst TCL_DBGX
into TCL_STUB_LIB_FILE and TCL_STUB_LIB_FLAG
variables so that an extension does not need
to subst TCL_DBGX into its makefile. [Tk Bug 504356]
FossilOrigin-Name: 01e280ee5a0b8bc6e9e95db7403d3ce15b15cf3a
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -106,11 +106,14 @@ AC_DEFUN(SC_LOAD_TCLCONFIG, [ AC_MSG_RESULT([file not found]) fi - # The eval is required to do the TCL_DBGX substitution in the - # TCL_LIB_FILE variable. + # + # eval is required to do the TCL_DBGX substitution + # eval TCL_LIB_FILE=${TCL_LIB_FILE} eval TCL_LIB_FLAG=${TCL_LIB_FLAG} + eval TCL_STUB_LIB_FILE=${TCL_STUB_LIB_FILE} + eval TCL_STUB_LIB_FLAG=${TCL_STUB_LIB_FLAG} AC_SUBST(TCL_BIN_DIR) AC_SUBST(TCL_SRC_DIR) |