diff options
author | mdejong <mdejong> | 2005-07-25 01:33:50 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2005-07-25 01:33:50 (GMT) |
commit | 4acbabe60fcb27871141aa191ac778f523243c4b (patch) | |
tree | 72ba278e783d250dc396b309ae2af942e7d5b6b1 /ChangeLog | |
parent | 4ae82e332a39743b7d9a3df7e514069bda33a3a9 (diff) | |
download | tk-4acbabe60fcb27871141aa191ac778f523243c4b.zip tk-4acbabe60fcb27871141aa191ac778f523243c4b.tar.gz tk-4acbabe60fcb27871141aa191ac778f523243c4b.tar.bz2 |
* unix/Makefile.in: Subst TCLSH_PROG and
BUILD_TCLSH into Makefile. Rework html
target so that it depends on the tclsh
installed on the system PATH.
* unix/configure: Regen.
* unix/configure.in: Invoke SC_PROG_TCLSH
and SC_BUILD_TCLSH and subst into Makefile.
* unix/tcl.m4: Update from Tcl.
* win/Makefile.in: Subst TCLSH_PROG and
BUILD_TCLSH into Makefile. Rework winhelp
target so that it depends on the tclsh
installed on the system PATH.
* win/configure: Regen.
* win/configure.in: Invoke SC_BUILD_TCLSH
and subst into Makefile.
* win/tcl.m4: Update from Tcl.
[Tcl patch 1244153]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2005-07-24 Mo DeJong <mdejong@users.sourceforge.net> + + * unix/Makefile.in: Subst TCLSH_PROG and + BUILD_TCLSH into Makefile. Rework html + target so that it depends on the tclsh + installed on the system PATH. + * unix/configure: Regen. + * unix/configure.in: Invoke SC_PROG_TCLSH + and SC_BUILD_TCLSH and subst into Makefile. + * unix/tcl.m4: Update from Tcl. + * win/Makefile.in: Subst TCLSH_PROG and + BUILD_TCLSH into Makefile. Rework winhelp + target so that it depends on the tclsh + installed on the system PATH. + * win/configure: Regen. + * win/configure.in: Invoke SC_BUILD_TCLSH + and subst into Makefile. + * win/tcl.m4: Update from Tcl. + [Tcl patch 1244153] + 2005-07-21 Jeff Hobbs <jeffh@ActiveState.com> * macosx/tkMacOSXEntry.c (TkpDrawEntryBorderAndFocus): set |