summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-04-25 22:01:24 (GMT)
committermdejong <mdejong>2001-04-25 22:01:24 (GMT)
commita45e56585d9c1954635d19af697119c4ed0f8fc2 (patch)
treecc93684f0b6ab3779c1dc3e692c67d15743d3d9b /ChangeLog
parentd2026f0a6b8d9cd389b0fe7f8d9ba521ff99546f (diff)
downloadtcl-a45e56585d9c1954635d19af697119c4ed0f8fc2.zip
tcl-a45e56585d9c1954635d19af697119c4ed0f8fc2.tar.gz
tcl-a45e56585d9c1954635d19af697119c4ed0f8fc2.tar.bz2
* unix/configure: Regen.
* unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * unix/tclConfig.sh.in: Add TCL_THREADS variable. * win/configure: Regen. * win/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * win/tclConfig.sh.in: Add TCL_THREADS variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03f6eca..dd0b3fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
2000-04-25 Mo DeJong <mdejong@redhat.com>
* unix/configure: Regen.
+ * unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh.
+ * unix/tclConfig.sh.in: Add TCL_THREADS variable.
+ * win/configure: Regen.
+ * win/tcl.m4: Subst TCL_THREADS into tclConfig.sh.
+ * win/tclConfig.sh.in: Add TCL_THREADS variable.
+
+2000-04-25 Mo DeJong <mdejong@redhat.com>
+
+ * unix/configure: Regen.
* unix/configure.in: Use $@ in MAKE_LIB and MAKE_STUB_LIB
commands instead of using a delayed subst variable. Replace
instances of STUB_LIB_FILE with TCL_STUB_LIB_FILE.