diff options
author | das <das> | 2007-01-25 02:06:23 (GMT) |
---|---|---|
committer | das <das> | 2007-01-25 02:06:23 (GMT) |
commit | c3cb90f8f7050dde3edaa63f5f3644220af6ffce (patch) | |
tree | d7fd4c5ab727fddf005fadf9c12eebb97e2ed752 /ChangeLog | |
parent | cbf7cd3db2f7e8c8951c2bbb101a52a264fc9f75 (diff) | |
download | tcl-c3cb90f8f7050dde3edaa63f5f3644220af6ffce.zip tcl-c3cb90f8f7050dde3edaa63f5f3644220af6ffce.tar.gz tcl-c3cb90f8f7050dde3edaa63f5f3644220af6ffce.tar.bz2 |
* unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible 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.59
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-01-25 Daniel Steffen <das@users.sourceforge.net> + + * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible 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.59 + 2007-01-22 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * compat/memcmp.c (memcmp): Reworked so that arithmetic is never |