diff options
author | hobbs <hobbs> | 2010-08-27 01:00:23 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-27 01:00:23 (GMT) |
commit | 150c641fd97016ea9763332fb13122e5351f546b (patch) | |
tree | 686c4c1b59bacb749c96c6194ee837401443e058 /ChangeLog | |
parent | 155e123e4e947abf2377f6ee66f2326843155394 (diff) | |
download | tk-150c641fd97016ea9763332fb13122e5351f546b.zip tk-150c641fd97016ea9763332fb13122e5351f546b.tar.gz tk-150c641fd97016ea9763332fb13122e5351f546b.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 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +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. + * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to |