diff options
author | das <das> | 2007-01-25 02:07:29 (GMT) |
---|---|---|
committer | das <das> | 2007-01-25 02:07:29 (GMT) |
commit | b03647d3c8be357389770831d31ab255ef96617a (patch) | |
tree | 0ef19fe34df3e4485c4e44ca1fcf3eef5b66751d /ChangeLog | |
parent | 107083d2827f3392406b7c771bffc20643b58524 (diff) | |
download | tk-b03647d3c8be357389770831d31ab255ef96617a.zip tk-b03647d3c8be357389770831d31ab255ef96617a.tar.gz tk-b03647d3c8be357389770831d31ab255ef96617a.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-19 Joe Mistachkin <joe@mistachkin.com> * win/makefile.vc: Properly build man2tcl.c for MSVC8. |