diff options
author | mdejong <mdejong> | 2003-01-13 07:30:58 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-01-13 07:30:58 (GMT) |
commit | 24b85561272fc278646565a3a360142b28c05616 (patch) | |
tree | 93911229c9f025533faaeddff8877ba605f5cffe /ChangeLog | |
parent | 6e68f4745890b2e4288f902b558cd63f005887ef (diff) | |
download | tk-24b85561272fc278646565a3a360142b28c05616.zip tk-24b85561272fc278646565a3a360142b28c05616.tar.gz tk-24b85561272fc278646565a3a360142b28c05616.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 |