summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2003-10-06 17:11:29 (GMT)
committerdgp@users.sourceforge.net <dgp>2003-10-06 17:11:29 (GMT)
commit17425664c619f8a18b9d90af90163a38529474d2 (patch)
treebccd216444f4f3ae5e0a57fb37e122ca8a1df1a3 /ChangeLog
parent9739ad771b8247b548f44b8b640192f0d17f4d15 (diff)
downloadtk-17425664c619f8a18b9d90af90163a38529474d2.zip
tk-17425664c619f8a18b9d90af90163a38529474d2.tar.gz
tk-17425664c619f8a18b9d90af90163a38529474d2.tar.bz2
*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/configure: autoconf (2.57)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9db6c07..3d288b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
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]