diff options
author | das <das> | 2007-09-15 06:01:34 (GMT) |
---|---|---|
committer | das <das> | 2007-09-15 06:01:34 (GMT) |
commit | 111e92bc0ba709bc2adf7adf41ed37dcb2bc3618 (patch) | |
tree | 35e241222509656c7ff21a7d7a4a3b2ff716c79c /ChangeLog | |
parent | 71f683fd830092a39bebdaf4c88fa97928fcb5be (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |