summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-09-15 06:01:34 (GMT)
committerdas <das>2007-09-15 06:01:34 (GMT)
commit111e92bc0ba709bc2adf7adf41ed37dcb2bc3618 (patch)
tree35e241222509656c7ff21a7d7a4a3b2ff716c79c /ChangeLog
parent71f683fd830092a39bebdaf4c88fa97928fcb5be (diff)
downloadtcl-111e92bc0ba709bc2adf7adf41ed37dcb2bc3618.zip
tcl-111e92bc0ba709bc2adf7adf41ed37dcb2bc3618.tar.gz
tcl-111e92bc0ba709bc2adf7adf41ed37dcb2bc3618.tar.bz2
* unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld'
in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.13
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37d19f5..4436dab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-15 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld'
+ in SHLIB_LD by 'cc' compiler driver.
+ * unix/configure: autoconf-2.13
+
2007-09-14 Daniel Steffen <das@users.sourceforge.net>
* generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows