diff options
author | hobbs <hobbs> | 2010-08-27 00:19:28 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-27 00:19:28 (GMT) |
commit | 5330b2a031728d95041878980cef0a82fc7d8e0c (patch) | |
tree | 663b1a1e0c04f2d76afc2d2c465c99029c8ea891 /ChangeLog | |
parent | b0561eaf83be3bd595d58c67ebbbae831e7309d1 (diff) | |
download | tk-5330b2a031728d95041878980cef0a82fc7d8e0c.zip tk-5330b2a031728d95041878980cef0a82fc7d8e0c.tar.gz tk-5330b2a031728d95041878980cef0a82fc7d8e0c.tar.bz2 |
* unix/Makefile.in: add valgrind target
* unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.
Add /usr/lib64 to set of auto-search dirs. [Bug 1230554]
(SC_PATH_X): Correct syntax error when xincludes not found.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-08-26 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/Makefile.in: add valgrind target + * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. + Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] + (SC_PATH_X): Correct syntax error when xincludes not found. + 2010-08-25 Jeff Hobbs <jeffh@ActiveState.com> * doc/ttk_spinbox.n (new), doc/ttk_*.3, doc/ttk_*.n: |