summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-11-08 03:43:47 (GMT)
committermdejong <mdejong>2001-11-08 03:43:47 (GMT)
commit88962c497c3d304030fbba8b2e03327a8c750d7c (patch)
tree4d86b499f2732d0d562d053d49a9eaba6f99bf91 /ChangeLog
parent24f42ede14ad162733c4f5d19806f269d217f64a (diff)
downloadtcl-88962c497c3d304030fbba8b2e03327a8c750d7c.zip
tcl-88962c497c3d304030fbba8b2e03327a8c750d7c.tar.gz
tcl-88962c497c3d304030fbba8b2e03327a8c750d7c.tar.bz2
* unix/Makefile.in:
* win/Makefile.in: Print a message indicating that the user should run "make genstubs" when the generated tclStubInit.c file is out of date. We can't regenerate automatically since there may be no tclsh on the system and that would cause bootstrap problems. [Tcl bug 465874]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b355ba5..81dbff8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2001-11-07 Mo DeJong <mdejong@users.sourceforge.net>
+ * unix/Makefile.in:
+ * win/Makefile.in:
+ Print a message indicating that the user should
+ run "make genstubs" when the generated tclStubInit.c
+ file is out of date. We can't regenerate automatically
+ since there may be no tclsh on the system and that
+ would cause bootstrap problems. [Tcl bug 465874]
+
+2001-11-07 Mo DeJong <mdejong@users.sourceforge.net>
+
Define TCL_INCLUDE_SPEC in tclConfig.sh. It should be
included by extensions that need to find Tcl include
headers in the install location. The user can override