summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-01-25 02:06:35 (GMT)
committerdas <das@noemail.net>2007-01-25 02:06:35 (GMT)
commit00f4d3c67a40acf81da9fe619eaca727825440f8 (patch)
treefd922e5a653e09b9e641c8660851dce88940ba11 /ChangeLog
parentdca9ba0db4a05d388cd834ef20375d6891bfaf2a (diff)
downloadtcl-00f4d3c67a40acf81da9fe619eaca727825440f8.zip
tcl-00f4d3c67a40acf81da9fe619eaca727825440f8.tar.gz
tcl-00f4d3c67a40acf81da9fe619eaca727825440f8.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 FossilOrigin-Name: dee12fbe420358e1fa601eb9dc34769053aa23d7
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c667c10..908b794 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
+
2007-01-22 Andreas Kupries <andreask@activestate.com>
* compat/memcmp.c (memcmp): Fixed the VOID / CONST typo introduced