summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-01-25 02:06:23 (GMT)
committerdas <das>2007-01-25 02:06:23 (GMT)
commitc3cb90f8f7050dde3edaa63f5f3644220af6ffce (patch)
treed7fd4c5ab727fddf005fadf9c12eebb97e2ed752 /ChangeLog
parentcbf7cd3db2f7e8c8951c2bbb101a52a264fc9f75 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7ec041..aa7a99b 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-22 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
* compat/memcmp.c (memcmp): Reworked so that arithmetic is never