summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-01-19 01:06:20 (GMT)
committerdas <das>2007-01-19 01:06:20 (GMT)
commitc652b30c3812e580ffee488266deec04777bd9fd (patch)
tree66f2c148f23d50db37ef0c888224f2f2124ef431 /ChangeLog
parent188b49552148e50849be26506adbb3ab3077ddb6 (diff)
downloadtk-c652b30c3812e580ffee488266deec04777bd9fd.zip
tk-c652b30c3812e580ffee488266deec04777bd9fd.tar.gz
tk-c652b30c3812e580ffee488266deec04777bd9fd.tar.bz2
* unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861]
(Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when present in CFLAGS to avoid discrepancies between what headers configure sees during preprocessing tests and compiling tests. * 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 44aa5fb..9a63839 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-01-19 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861]
+ (Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when
+ present in CFLAGS to avoid discrepancies between what headers configure
+ sees during preprocessing tests and compiling tests.
+
+ * unix/configure: autoconf-2.13
+
2006-12-22 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* unix/tkUnixEvent.c (TkUnixDoOneXEvent): Made correct on AMD64 and