diff options
author | mdejong <mdejong> | 2005-07-25 00:39:42 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2005-07-25 00:39:42 (GMT) |
commit | da751217dadb93cfbc4126c5f6058af4044cc915 (patch) | |
tree | 10fd8249810e618446319e164843bd0cf3383a8d /ChangeLog | |
parent | 88304e7e4a0cf2399fa92d3a6ccfa127603299fa (diff) | |
download | tcl-da751217dadb93cfbc4126c5f6058af4044cc915.zip tcl-da751217dadb93cfbc4126c5f6058af4044cc915.tar.gz tcl-da751217dadb93cfbc4126c5f6058af4044cc915.tar.bz2 |
* unix/configure: Regen.
* unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH):
* win/configure: Regen.
* win/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH):
Split confused search for tclsh on PATH and
build and install locations into two macros.
SC_PROG_TCLSH searches just the PATH.
SC_BUILD_TCLSH determines the name of the tclsh
executable in the Tcl build directory.
[Tcl bug 1160114]
[Tcl patch 1244153]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2005-07-24 Mo DeJong <mdejong@users.sourceforge.net> + + * unix/configure: Regen. + * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): + * win/configure: Regen. + * win/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): + Split confused search for tclsh on PATH and + build and install locations into two macros. + SC_PROG_TCLSH searches just the PATH. + SC_BUILD_TCLSH determines the name of the tclsh + executable in the Tcl build directory. + [Tcl bug 1160114] + [Tcl patch 1244153] + 2005-07-23 Don Porter <dgp@users.sourceforge.net> * library/auto.tcl: Updates to the Tcl script library to make |