diff options
author | das <das@noemail.net> | 2008-08-13 23:07:15 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2008-08-13 23:07:15 (GMT) |
commit | 90a20d09438eb3a3f91fd63c566c1377f5acc511 (patch) | |
tree | d215ac0ba47459ee38a87874d4733f65ed0425ad /ChangeLog | |
parent | 98bd5c8d7876bf4e5f68c2dc85e4eb24a37f56a6 (diff) | |
download | tcl-90a20d09438eb3a3f91fd63c566c1377f5acc511.zip tcl-90a20d09438eb3a3f91fd63c566c1377f5acc511.tar.gz tcl-90a20d09438eb3a3f91fd63c566c1377f5acc511.tar.bz2 |
* unix/Makefile.in: ensure Makefile shell is /bin/bash for
* unix/configure.in (SunOS): DTrace-enabled build on Solaris.
(followup to 2008-06-12) [Bug 2016584]
FossilOrigin-Name: 0379cc4b176e59fb82adc7765e5723844764d572
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-08-14 Daniel Steffen <das@users.sourceforge.net> + + * unix/Makefile.in: ensure Makefile shell is /bin/bash for + * unix/configure.in (SunOS): DTrace-enabled build on Solaris. + (followup to 2008-06-12) [Bug 2016584] + + * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to + libX11.so et al. + + * unix/configure: autoconf-2.59 + 2008-08-13 Don Porter <dgp@users.sourceforge.net> * generic/tclFileName.c: Fix for errors handling -types {} |