summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authormdejong <mdejong>2002-01-17 02:51:08 (GMT)
committermdejong <mdejong>2002-01-17 02:51:08 (GMT)
commitce1f89bf15dec76c7845f7678f3c12cb56e0bc4a (patch)
treed1bca9b72fc871427a4ff99b533c6944f1d241a6 /unix/tcl.m4
parent227452e329f8e69279bc9ab93f21995b7249fab3 (diff)
downloadtk-ce1f89bf15dec76c7845f7678f3c12cb56e0bc4a.zip
tk-ce1f89bf15dec76c7845f7678f3c12cb56e0bc4a.tar.gz
tk-ce1f89bf15dec76c7845f7678f3c12cb56e0bc4a.tar.bz2
* unix/configure: Regen.
* unix/tcl.m4: Update from Tcl. * win/configure: Regen. * win/tcl.m4: Update from Tcl.
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 2b146e7..7b59a80 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -219,12 +219,13 @@ AC_DEFUN(SC_LOAD_TCLCONFIG, [
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)