diff options
author | dgp <dgp@users.sourceforge.net> | 2004-12-14 16:30:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-12-14 16:30:42 (GMT) |
commit | e648edc8fd0e8e6aa1d499e3392456a056f5acce (patch) | |
tree | 441901b266d8b6313da1140732d1f9f7d1c7ee2a /ChangeLog | |
parent | f8f6d44458d0a24b3093571e39738b65b58f8264 (diff) | |
download | tcl-e648edc8fd0e8e6aa1d499e3392456a056f5acce.zip tcl-e648edc8fd0e8e6aa1d499e3392456a056f5acce.tar.gz tcl-e648edc8fd0e8e6aa1d499e3392456a056f5acce.tar.bz2 |
* unix/configure.in: Added special processing to remove "$U"
from libraries in the LIBOBJS value. This is an auto-make-ism
we need to avoid. [Bug 1081541]
* unix/configure: autoconf-2.57
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-12-14 Don Porter <dgp@users.sourceforge.net> + + * unix/configure.in: Added special processing to remove "$U" + from libraries in the LIBOBJS value. This is an auto-make-ism + we need to avoid. [Bug 1081541] + + * unix/configure: autoconf-2.57 + 2004-12-13 Don Porter <dgp@users.sourceforge.net> * generic/tcl.h: Restored extern "C" guards so that C++ code |