summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-10-06 19:11:11 (GMT)
committerhobbs <hobbs>2003-10-06 19:11:11 (GMT)
commit69baf768e2f48d48b91bad42ea851df7b22a6849 (patch)
tree0608f0a22d136f3552134474309dbaf5604efa4e /ChangeLog
parent3abc1cebe83395f30484e75495cca0bfe6b74480 (diff)
downloadtk-69baf768e2f48d48b91bad42ea851df7b22a6849.zip
tk-69baf768e2f48d48b91bad42ea851df7b22a6849.tar.gz
tk-69baf768e2f48d48b91bad42ea851df7b22a6849.tar.bz2
* win/configure:
* win/tcl.m4: removed incorrect checks for existence of optimization. TCL_CFG_OPTIMIZED is now defined whenever the user does not build with --enable-symbols.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 19 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d288b6..f6119a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,26 @@
-2003-10-06 Don Porter <dgp@users.sourceforge.net>
+2003-10-06 Jeff Hobbs <jeffh@ActiveState.com>
- *unix/configure.in: Reconfigured to use $TCL_PREFIX as the
- default value of --prefix, and also added warning when a TK_PREFIX
- value different from TCL_PREFIX is selected, since [package require Tk]
- fails in that configuration. [Bugs 428627,765642]
+ * win/configure:
+ * win/tcl.m4: removed incorrect checks for existence of
+ optimization. TCL_CFG_OPTIMIZED is now defined whenever the user
+ does not build with --enable-symbols.
+
+2003-10-06 Don Porter <dgp@users.sourceforge.net>
+
+ * unix/configure.in: Reconfigured to use $TCL_PREFIX as the
+ default value of --prefix, and also added warning when a TK_PREFIX
+ value different from TCL_PREFIX is selected, since [package require Tk]
+ fails in that configuration. [Bugs 428627,765642]
- * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so
- that alpha and beta releases of Tcl are not favored. [Bug 608698]
+ * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so
+ that alpha and beta releases of Tcl are not favored. [Bug 608698]
- * 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.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)
+ * unix/configure: autoconf (2.57)
2003-10-03 Pat Thoyts <patthoyts@users.sourceforge.net>