diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-06 22:15:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-06 22:15:16 (GMT) |
commit | b1eed7633ca62a55dae79c330372fdfd886160c1 (patch) | |
tree | 8f40db67a054535a2c0953cb2ab2ef87292f67ab /ChangeLog | |
parent | 65ad6953ff82273f66f448dc7857c94708bdcd9e (diff) | |
download | tk-b1eed7633ca62a55dae79c330372fdfd886160c1.zip tk-b1eed7633ca62a55dae79c330372fdfd886160c1.tar.gz tk-b1eed7633ca62a55dae79c330372fdfd886160c1.tar.bz2 |
* doc/ConfigWidg.3: Removed reference to Tk_Offset from the
NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ 2003-10-06 Don Porter <dgp@users.sourceforge.net> - *unix/configure.in: Reconfigured to use $TCL_PREFIX as the + * doc/ConfigWidg.3: Removed reference to Tk_Offset from the + NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] + + * 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] |