diff options
author | das <das> | 2008-08-13 23:07:27 (GMT) |
---|---|---|
committer | das <das> | 2008-08-13 23:07:27 (GMT) |
commit | 2c41a9c2f41dc6e1dc31fef7069828e9f508f07c (patch) | |
tree | aa4af0b09c34e61f9029959df3223df2bca38ae4 /ChangeLog | |
parent | 42e3566af5e2e8cf6daefdbdbaa15b9fd531cdee (diff) | |
download | tcl-2c41a9c2f41dc6e1dc31fef7069828e9f508f07c.zip tcl-2c41a9c2f41dc6e1dc31fef7069828e9f508f07c.tar.gz tcl-2c41a9c2f41dc6e1dc31fef7069828e9f508f07c.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]
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.13 + 2008-08-13 Don Porter <dgp@users.sourceforge.net> * generic/tclFileName.c: Fix for errors handling -types {} |