diff options
author | mdejong <mdejong> | 2003-04-03 10:03:02 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-04-03 10:03:02 (GMT) |
commit | 242deb427441a2cfc788543d213ae3f3e032fbd8 (patch) | |
tree | 6189e40c52d7d5ca601b43f3f3c77d4e7f626dbf /ChangeLog | |
parent | 68febb66350aa26c585f191960ccb474d5c75b36 (diff) | |
download | tcl-242deb427441a2cfc788543d213ae3f3e032fbd8.zip tcl-242deb427441a2cfc788543d213ae3f3e032fbd8.tar.gz tcl-242deb427441a2cfc788543d213ae3f3e032fbd8.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-01 Don Porter <dgp@users.sourceforge.net> * tests/README: Direct [source] of *.test files is no longer |