summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-12-20 21:40:27 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-12-20 21:40:27 (GMT)
commit6a64cdf71b3aa52680959e56d4d2c5fda3588f38 (patch)
treefd0aaa89dac6861a15d29bc456cfc43d31044094 /ChangeLog
parentd02b97bef3315cfb2bb8350d63a6bbca58fc6134 (diff)
downloadtcl-6a64cdf71b3aa52680959e56d4d2c5fda3588f38.zip
tcl-6a64cdf71b3aa52680959e56d4d2c5fda3588f38.tar.gz
tcl-6a64cdf71b3aa52680959e56d4d2c5fda3588f38.tar.bz2
* win/Makefile.in:
* win/configure.in: Renamed the static library libtcl86s.a to have a name distinct from the import library libtcl86.a. This renaming dodges an ancient bug in the Makefile revealed by the last commit where the $(TCL_LIB_FILE) rule can fire to try to build the static library in a --enable-shared build (and create a static library that subsequently fails to link). *** POTENTIAL INCOMPATIBILITY *** for embedders who link to the static library, but I couldn't figure out how to sort this out any other way. * win/configure: Autoconf 2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e0157a..60bf2b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2008-12-20 Kevin B. Kenny <kennykb@acm.org>
+
+ * win/Makefile.in:
+ * win/configure.in: Renamed the static library libtcl86s.a to
+ have a name distinct from the import library
+ libtcl86.a. This renaming dodges an ancient
+ bug in the Makefile revealed by the last
+ commit where the $(TCL_LIB_FILE) rule can
+ fire to try to build the static library in
+ a --enable-shared build (and create a
+ static library that subsequently fails to
+ link).
+ *** POTENTIAL INCOMPATIBILITY *** for embedders
+ who link to the static library, but I couldn't
+ figure out how to sort this out any other
+ way.
+ * win/configure: Autoconf 2.59
+
2008-12-20 Donal K. Fellows <dkf@users.sf.net>
*** 8.6b1 TAGGED FOR RELEASE ***