summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das@noemail.net>2008-03-13 17:44:10 (GMT)
committerdas <das@noemail.net>2008-03-13 17:44:10 (GMT)
commitea4bd6edcf6e5d05b22b2a6cc39ef8049c8b891d (patch)
tree643cd08d4334b6447f4d00cb47e46267ac140757 /ChangeLog
parentc6ef8cac3f2eca0de1e78794d911792e94457094 (diff)
downloadtk-ea4bd6edcf6e5d05b22b2a6cc39ef8049c8b891d.zip
tk-ea4bd6edcf6e5d05b22b2a6cc39ef8049c8b891d.tar.gz
tk-ea4bd6edcf6e5d05b22b2a6cc39ef8049c8b891d.tar.bz2
* unix/configure.in: use backspace-quoting instead of double-quoting
* unix/tcl.m4: for lib paths in tkConfig.sh [Bug 1913622]. * unix/configure: autoconf-2.59 FossilOrigin-Name: 49de4f3502ad339d0b4292d0a7605f400733e8cf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e252b0..f4fe456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-13 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/configure.in: use backspace-quoting instead of double-quoting
+ * unix/tcl.m4: for lib paths in tkConfig.sh [Bug 1913622].
+ * unix/configure: autoconf-2.59
+
2008-03-13 Don Porter <dgp@users.sourceforge.net>
* changes: Updates for 8.5.2 release.