diff options
author | mdejong <mdejong> | 2003-01-13 07:30:58 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-01-13 07:30:58 (GMT) |
commit | 96b8ae5dec1509258c43ed38d96ad376c7f6be33 (patch) | |
tree | 93911229c9f025533faaeddff8877ba605f5cffe /ChangeLog | |
parent | 9b66faa77f75438cb6ce77a60e64f70ebec0d1d6 (diff) | |
download | tk-96b8ae5dec1509258c43ed38d96ad376c7f6be33.zip tk-96b8ae5dec1509258c43ed38d96ad376c7f6be33.tar.gz tk-96b8ae5dec1509258c43ed38d96ad376c7f6be33.tar.bz2 |
* win/Makefile.in: Add TCL_DEFS to AC_FLAGS
so that compiler flags defined by Tcl get
passed to the compiler. Add empty rule
for cat.c so that Tk compiles under msys.
* win/configure: Regen.
* win/tcl.m4: Update from Tcl, this pulls
in a subst of TCL_DEFS, it also defines
USE_THREAD_ALLOC when threads are used
and it updates the SC_ENABLE_SYMBOLS
and SC_PROG_TCLSH macros to match the
ones used in Tcl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2003-01-12 Mo DeJong <mdejong@users.sourceforge.net> + + * win/Makefile.in: Add TCL_DEFS to AC_FLAGS + so that compiler flags defined by Tcl get + passed to the compiler. Add empty rule + for cat.c so that Tk compiles under msys. + * win/configure: Regen. + * win/tcl.m4: Update from Tcl, this pulls + in a subst of TCL_DEFS, it also defines + USE_THREAD_ALLOC when threads are used + and it updates the SC_ENABLE_SYMBOLS + and SC_PROG_TCLSH macros to match the + ones used in Tcl. + 2003-01-10 Joe English <jenglish@users.sourceforge.net> * unix/tkUnixEvent.c (OpenIM): Remove unused variable |