summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-16 22:09:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-16 22:09:48 (GMT)
commitdbd0309f145a61f296c7a7da2262b3f2d989ddfc (patch)
tree6698539b1bc22380cc6477f9885621de1c6f86e8 /ChangeLog
parentdb5218fa62cf50d0807c39be29715bf5be6267e9 (diff)
parent277cd83817f5448b69f54b530ca4f65be299cb41 (diff)
downloadtk-dbd0309f145a61f296c7a7da2262b3f2d989ddfc.zip
tk-dbd0309f145a61f296c7a7da2262b3f2d989ddfc.tar.gz
tk-dbd0309f145a61f296c7a7da2262b3f2d989ddfc.tar.bz2
Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform necessary basis.
Backported from TEA, but kept all original platform code which was removed from TEA.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 39e7b44..a0f6821 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2011-03-16 Jan Nijtmans <nijtmans@users.sf.net>
- * unix/configure (autoconf-2.59)
+ * unix/tcl.m4: Make SHLIB_LD_LIBS='${LIBS}' the default and
+ * unix/configure: set to "" on per-platform necessary basis.
+ Backported from TEA, but kept all original platform code which was
+ removed from TEA.
2011-03-12 Donal K. Fellows <dkf@users.sf.net>