diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-29 20:48:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-29 20:48:04 (GMT) |
commit | e0f3b878c35e6c821617502e8b17057d2193bf4f (patch) | |
tree | e02063f458d378ea20553cee4407c86c12342500 /ChangeLog | |
parent | 9dc4d62155a906e3cb7a4d11c2332774d2071d83 (diff) | |
parent | 359e93499d8780f313dd4d1010c25c884b9658cf (diff) | |
download | tcl-e0f3b878c35e6c821617502e8b17057d2193bf4f.zip tcl-e0f3b878c35e6c821617502e8b17057d2193bf4f.tar.gz tcl-e0f3b878c35e6c821617502e8b17057d2193bf4f.tar.bz2 |
[Bug 3511806] Compiler checks too early
This change allows to build the cygwin
and mingw32 ports of Tcl/Tk to build
out-of-the-box using a native or cross-
compiler
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-03-29 Jan Nijtmans <nijtmans@users.sf.net> + + * unix/tcl.m4: [Bug 3511806] Compiler checks too early + * unix/configure.in: This change allows to build the cygwin + * unix/configure: and mingw32 ports of Tcl/Tk to build + * win/tcl.m4: out-of-the-box using a native or cross- + * win/configure.in: compiler. + * win/configure: + 2012-03-27 Jan Nijtmans <nijtmans@users.sf.net> * generic/tcl.h: [Bug 3508771] Wrong Tcl_StatBuf used on MinGW |