diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-01-20 03:54:53 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-01-20 03:54:53 (GMT) |
commit | fb1f298154b447f1a78652a69405582c4d72e940 (patch) | |
tree | 5929c7a4ebbae6ed27d8fa4863e34230f37fb87c /ChangeLog | |
parent | b34ad495397404db5aaf1ce8aa8355542304d5fd (diff) | |
download | tk-fb1f298154b447f1a78652a69405582c4d72e940.zip tk-fb1f298154b447f1a78652a69405582c4d72e940.tar.gz tk-fb1f298154b447f1a78652a69405582c4d72e940.tar.bz2 |
Backport of Patch 907924
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2009-01-19 Kevin B. Kenny <kennykb@acm.org> + + * unix/Makefile.in: Added a CONFIG_INSTALL_DIR parameter so that + * unix/tcl.m4: distributors can control where tclConfig.sh goes. + Made the installation of 'ldAix' conditional + upon actually being on an AIX system. Allowed for downstream + packagers to customize SHLIB_VERSION on BSD-derived systems. + Thanks to Stuart Cassoff for [Patch 907924]. + * unix/configure: Autoconf 2.59 + 2009-01-14 Jan Nijtmans <nijtmans@users.sf.net> * generic/tkImgPhoto.c: fix for aMSN compatibility [tcl-Bug 2507326] |