diff options
author | mdejong <mdejong> | 2003-01-21 08:27:52 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-01-21 08:27:52 (GMT) |
commit | 52f75ce51c82d4741fc39a05f6e2a190d33a6e83 (patch) | |
tree | 07402926b759a770a7cc2aa866f1f6d11ae5dd9a /ChangeLog | |
parent | 3feede9e7c7f1f79ad102248356a2de365598594 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |