summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-01-21 08:27:52 (GMT)
committermdejong <mdejong>2003-01-21 08:27:52 (GMT)
commit52f75ce51c82d4741fc39a05f6e2a190d33a6e83 (patch)
tree07402926b759a770a7cc2aa866f1f6d11ae5dd9a /ChangeLog
parent3feede9e7c7f1f79ad102248356a2de365598594 (diff)
downloadtcl-52f75ce51c82d4741fc39a05f6e2a190d33a6e83.zip
tcl-52f75ce51c82d4741fc39a05f6e2a190d33a6e83.tar.gz
tcl-52f75ce51c82d4741fc39a05f6e2a190d33a6e83.tar.bz2
* win/configure: Regen.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Set SHLIB_SUFFIX so that TCL_SHLIB_SUFFIX will be set to a useful value in the generated tclConfig.sh. Set SHLIB_LD_LIBS to "" or '${LIBS}' based on the --enable-shared flag. This matches the UNIX implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25d6f4c..30485b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-01-21 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/configure: Regen.
+ * win/tcl.m4 (SC_CONFIG_CFLAGS): Set SHLIB_SUFFIX
+ so that TCL_SHLIB_SUFFIX will be set to a useful
+ value in the generated tclConfig.sh.
+ Set SHLIB_LD_LIBS to "" or '${LIBS}' based on
+ the --enable-shared flag. This matches the
+ UNIX implementation.
+
2003-01-18 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclCkalloc.c: change %ud to %u as appropriate.