summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-28 11:41:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-28 11:41:29 (GMT)
commitd244749081139cd68d5004e67c30a2ec6f99682e (patch)
treec1a8afe6d156883bccbdaabb82b6a4a8ce13459d /ChangeLog
parent022dcdf1391c87fa59c87ed6efb740f84b4ae95d (diff)
parent5bf292f9ab0ddda2f59f652e94185832af078740 (diff)
downloadtk-d244749081139cd68d5004e67c30a2ec6f99682e.zip
tk-d244749081139cd68d5004e67c30a2ec6f99682e.tar.gz
tk-d244749081139cd68d5004e67c30a2ec6f99682e.tar.bz2
Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index da7caba..4d8e888 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+2012-06-26 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * unix/configure.in: Link cygwin wish.exe with win32 tk.dll, only
+ * unix/Makefile.in: in combination with --enable-shared.
+ * unix/tcl.m4:
+ * unix/configure: autoconf-2.59
+
2012-06-22 Jan Nijtmans <nijtmans@users.sf.net>
* win/Makefile.in: [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3
* unix/tcl.m4: Sync with Tcl version.
- * unix/configure: autoconf-2.13
+ * unix/configure: autoconf-2.59
2012-06-15 Donal K. Fellows <dkf@users.sf.net>