summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-01-25 02:07:29 (GMT)
committerdas <das>2007-01-25 02:07:29 (GMT)
commitb03647d3c8be357389770831d31ab255ef96617a (patch)
tree0ef19fe34df3e4485c4e44ca1fcf3eef5b66751d /ChangeLog
parent107083d2827f3392406b7c771bffc20643b58524 (diff)
downloadtk-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1c20b7..26079d89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.