diff options
author | mdejong <mdejong> | 2003-04-03 02:24:11 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-04-03 02:24:11 (GMT) |
commit | 18f17ff4b787b7183764a21bc157390857b95d5f (patch) | |
tree | 63e94423a024dd237a38554c56a2b4ccf82b0cc3 /ChangeLog | |
parent | 18d98caf85ba0de87a91682af5678f6bd580a778 (diff) | |
download | tcl-18f17ff4b787b7183764a21bc157390857b95d5f.zip tcl-18f17ff4b787b7183764a21bc157390857b95d5f.tar.gz tcl-18f17ff4b787b7183764a21bc157390857b95d5f.tar.bz2 |
* win/configure: Regen.
* win/configure.in: Set stub lib flag based
on new LIBFLAGSUFFIX variable.
* win/tcl.m4 (SC_CONFIG_CFLAGS): Set new
LIBFLAGSUFFIX that works like LIBSUFFIX,
it is used when creating library names.
The previous implementation would generate
-ltclstub85 instead of -ltclstub85s when
configured with --disable-shared.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2003-04-02 Mo DeJong <mdejong@users.sourceforge.net> + + * win/configure: Regen. + * win/configure.in: Set stub lib flag based + on new LIBFLAGSUFFIX variable. + * win/tcl.m4 (SC_CONFIG_CFLAGS): Set new + LIBFLAGSUFFIX that works like LIBSUFFIX, + it is used when creating library names. + The previous implementation would generate + -ltclstub85 instead of -ltclstub85s when + configured with --disable-shared. + 2003-04-02 Don Porter <dgp@users.sourceforge.net> * generic/tclParse.c (TclSubstTokens): Moved declaration of |