diff options
author | Kevin B Kenny <kennykb@acm.org> | 2009-01-20 03:54:35 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2009-01-20 03:54:35 (GMT) |
commit | 22ce7af7758444030a12394242057ab031c2c739 (patch) | |
tree | a6a92a5be994eeca4d64fdbfc3a93c96049ac38c /ChangeLog | |
parent | 93e5e125ba5052feeefa268b542cad1619074788 (diff) | |
download | tcl-22ce7af7758444030a12394242057ab031c2c739.zip tcl-22ce7af7758444030a12394242057ab031c2c739.tar.gz tcl-22ce7af7758444030a12394242057ab031c2c739.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-09 Don Porter <dgp@users.sourceforge.net> * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit |