diff options
author | das <das> | 2005-06-18 21:46:02 (GMT) |
---|---|---|
committer | das <das> | 2005-06-18 21:46:02 (GMT) |
commit | 1b6b31dc57b749dc2f61165e4389744699ada83d (patch) | |
tree | 424c86b8e56b4fc88b3f373760c4357fe320b60d /ChangeLog | |
parent | 269c0f37fabe9229c395ebdac5ec826438d103ec (diff) | |
download | tk-1b6b31dc57b749dc2f61165e4389744699ada83d.zip tk-1b6b31dc57b749dc2f61165e4389744699ada83d.tar.gz tk-1b6b31dc57b749dc2f61165e4389744699ada83d.tar.bz2 |
* macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish
symbolic link.
* unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to
ensure we can always relocate binaries with install_name_tool.
* 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 @@ +2005-06-18 Daniel Steffen <das@users.sourceforge.net> + + * macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish + symbolic link. + + * unix/tcl.m4 (Darwin): add -headerpad_max_install_names to LDFLAGS to + ensure we can always relocate binaries with install_name_tool. + + * unix/configure: autoconf-2.59 + 2005-06-07 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> Bump patchlevel to a4 to distinguish from a3 release. |