diff options
author | das <das> | 2007-01-25 02:06:36 (GMT) |
---|---|---|
committer | das <das> | 2007-01-25 02:06:36 (GMT) |
commit | 028106dd02dc6fedd3762dfa1669c112613aa4d5 (patch) | |
tree | fd922e5a653e09b9e641c8660851dce88940ba11 /ChangeLog | |
parent | e34cf76c6857bfb4d0d42fb6d3006cb45c9d39ea (diff) | |
download | tcl-028106dd02dc6fedd3762dfa1669c112613aa4d5.zip tcl-028106dd02dc6fedd3762dfa1669c112613aa4d5.tar.gz tcl-028106dd02dc6fedd3762dfa1669c112613aa4d5.tar.bz2 |
* unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible
* unix/configure.in: and move (rather than duplicate) -isysroot flags
from CFLAGS to CPPFLAGS to avoid errors about multiple -isysroot flags
from some older gcc builds.
* unix/configure: autoconf-2.13
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-01-25 Daniel Steffen <das@users.sourceforge.net> + + * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible + * unix/configure.in: and move (rather than duplicate) -isysroot flags + from CFLAGS to CPPFLAGS to avoid errors about multiple -isysroot flags + from some older gcc builds. + + * unix/configure: autoconf-2.13 + 2007-01-22 Andreas Kupries <andreask@activestate.com> * compat/memcmp.c (memcmp): Fixed the VOID / CONST typo introduced |