diff options
author | das <das> | 2007-09-15 06:00:48 (GMT) |
---|---|---|
committer | das <das> | 2007-09-15 06:00:48 (GMT) |
commit | 5a2a95ecd2db2b546fb4787526508aa3da7eae4e (patch) | |
tree | 871ec73a8b256ead180472b9ecd4befc18edddf2 /ChangeLog | |
parent | 941ed744af07b52dc23da037860e97af77df042f (diff) | |
download | tcl-5a2a95ecd2db2b546fb4787526508aa3da7eae4e.zip tcl-5a2a95ecd2db2b546fb4787526508aa3da7eae4e.tar.gz tcl-5a2a95ecd2db2b546fb4787526508aa3da7eae4e.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 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclBasic.c (Tcl_CreateObjCommand): Only invalidate along the |