summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-09-15 06:00:53 (GMT)
committerdas <das>2007-09-15 06:00:53 (GMT)
commitadb124ce16ff5f8b8aea8517200354b1c65b7938 (patch)
tree866a5d3b7d8e5feb9b264da1edc490281983bd65 /ChangeLog
parent0608d8184ad9e26cc967ac3eca1d096c72b67a28 (diff)
downloadtk-adb124ce16ff5f8b8aea8517200354b1c65b7938.zip
tk-adb124ce16ff5f8b8aea8517200354b1c65b7938.tar.gz
tk-adb124ce16ff5f8b8aea8517200354b1c65b7938.tar.bz2
* unix/tcl.m4: replace all direct references to compiler by ${CC} to
enable CC overriding at configure & make time; run check for visibility "hidden" with all compilers; quoting fixes from TEA tcl.m4. (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68e134c..dc68847 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-09-15 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/tcl.m4: replace all direct references to compiler by ${CC} to
+ enable CC overriding at configure & make time; run
+ check for visibility "hidden" with all compilers;
+ quoting fixes from TEA tcl.m4.
+ (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' in SHLIB_LD by
+ 'cc' compiler driver.
+ * unix/configure: autoconf-2.59
+
2007-09-14 Daniel Steffen <das@users.sourceforge.net>
* macosx/Wish-Common.xcconfig: enable Tcl DTrace support.