diff options
author | das <das> | 2007-09-15 06:00:53 (GMT) |
---|---|---|
committer | das <das> | 2007-09-15 06:00:53 (GMT) |
commit | adb124ce16ff5f8b8aea8517200354b1c65b7938 (patch) | |
tree | 866a5d3b7d8e5feb9b264da1edc490281983bd65 /ChangeLog | |
parent | 0608d8184ad9e26cc967ac3eca1d096c72b67a28 (diff) | |
download | tk-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |