summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-01-25 02:07:34 (GMT)
committerdas <das>2007-01-25 02:07:34 (GMT)
commit59d8441014c53168c4df5c14f0d7c4d9d129a22c (patch)
tree7b7c924ed0d9ed5e4273b20c3130448e013ab478 /ChangeLog
parentc652b30c3812e580ffee488266deec04777bd9fd (diff)
downloadtk-59d8441014c53168c4df5c14f0d7c4d9d129a22c.zip
tk-59d8441014c53168c4df5c14f0d7c4d9d129a22c.tar.gz
tk-59d8441014c53168c4df5c14f0d7c4d9d129a22c.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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a63839..d61b47c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
+
2006-01-19 Daniel Steffen <das@users.sourceforge.net>
* unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861]