summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-06 15:34:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-06 15:34:17 (GMT)
commit6bd60eb8cdd29b2c58394879f75693df6870cd76 (patch)
treefeb537d06039cca6288ffe9c762ccd8c964bd485 /ChangeLog
parentbdefd8ad1c545bc52fae9f1dcc7331716597c107 (diff)
downloadtk-6bd60eb8cdd29b2c58394879f75693df6870cd76.zip
tk-6bd60eb8cdd29b2c58394879f75693df6870cd76.tar.gz
tk-6bd60eb8cdd29b2c58394879f75693df6870cd76.tar.bz2
* unix/configure.in: Added check that version of Tcl header found
by configure matches that of the Tk we wish to build. As long as the Tk sources insist on lockstep releases, Tk's configuration should verify that's what we have. [Bug 749088] * unix/configure: autoconf (2.57)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85f6888..3c6fc80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-10-06 Don Porter <dgp@users.sourceforge.net>
+
+ * unix/configure.in: Added check that version of Tcl header found
+ by configure matches that of the Tk we wish to build. As long as
+ the Tk sources insist on lockstep releases, Tk's configuration should
+ verify that's what we have. [Bug 749088]
+
+ * unix/configure: autoconf (2.57)
+
2003-10-03 Pat Thoyts <patthoyts@users.sourceforge.net>
* library/scale.tcl: Clear bug with chording mouse buttons.