diff options
author | hobbs <hobbs> | 2004-07-16 23:31:17 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-07-16 23:31:17 (GMT) |
commit | 2235097de407afaaaeeb873f8c73758e17466b08 (patch) | |
tree | 132c67d8f1fb73e3f160af8eb6222779efa1a4ac /ChangeLog | |
parent | 34e4fc1cfe224f575700195bda606022f868655e (diff) | |
download | tcl-2235097de407afaaaeeb873f8c73758e17466b08.zip tcl-2235097de407afaaaeeb873f8c73758e17466b08.tar.gz tcl-2235097de407afaaaeeb873f8c73758e17466b08.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. Move SC_MISSING_POSIX_HEADERS up
and consolidate calls 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +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. Move SC_MISSING_POSIX_HEADERS up + and consolidate calls 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. + 2004-07-16 Andreas Kupries <andreask@activestate.com> * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the |