diff options
author | hobbs <hobbs> | 2004-07-16 23:40:29 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-07-16 23:40:29 (GMT) |
commit | 421c7030bc04d085205be748bff3f9c8d81f941c (patch) | |
tree | 1f757d096b06f0406d80963a31165eaf5a728723 /ChangeLog | |
parent | 540a0021c6a22c0e7dc3792a4811d9c497775e9b (diff) | |
download | tk-421c7030bc04d085205be748bff3f9c8d81f941c.zip tk-421c7030bc04d085205be748bff3f9c8d81f941c.tar.gz tk-421c7030bc04d085205be748bff3f9c8d81f941c.tar.bz2 |
* unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their
* unix/configure.in, unix/configure: _DEFAULT to allow for env
setting to override m4 switches.
Consolidate header checks to limit redundancy in configure.
(CFLAGS_WARNING): Remove -Wconversion
(SC_ENABLE_THREADS): Set m4 to force threaded build when built
against a threaded Tcl core.
Reorder configure.in for better 64-bit build configuration,
replacing EXTRA_CFLAGS with CFLAGS. [Bug #874058]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-07-16 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their + * unix/configure.in, unix/configure: _DEFAULT to allow for env + setting to override m4 switches. + Consolidate header checks to limit redundancy in configure. + (CFLAGS_WARNING): Remove -Wconversion + (SC_ENABLE_THREADS): Set m4 to force threaded build when built + against a threaded Tcl core. + Reorder configure.in for better 64-bit build configuration, + replacing EXTRA_CFLAGS with CFLAGS. [Bug #874058] + 2004-07-14 Jim Ingham <jingham@apple.com> * macosx/tkMacOSXCursor.c (TkpSetCursor): The code to not |