diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2010-07-11 16:12:43 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2010-07-11 16:12:43 (GMT) |
commit | 7abfdd1acbbaf999810374d70a5b9423b898fb00 (patch) | |
tree | a26370ed1172ebe8e54b43453b6f446a4fe6d0d5 /ChangeLog | |
parent | 1d8a79987fd062bf83f82fb9bc229e7b0e410606 (diff) | |
download | tcl-7abfdd1acbbaf999810374d70a5b9423b898fb00.zip tcl-7abfdd1acbbaf999810374d70a5b9423b898fb00.tar.gz tcl-7abfdd1acbbaf999810374d70a5b9423b898fb00.tar.bz2 |
Use SC_PROG_TCLSH to set a native tclsh in the Makefile.
When installing the libraries a native tcl interpreter is used to
process some files. The makefile uses NATIVE_TCLSH for this. This patch
causes us to prefer an installed tclsh over the build product which solves
build issues when cross-compiling (provided a native tcl is installed).
If there is no native version, just try using the build product.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-07-11 Pat Thoyts <patthoyts@users.sourceforge.net> + + * unix/configure: (regenerated) + * unix/configure.in: For the NATIVE_TCLSH variable use the autoconf + * unix/Makefile.in: SC_PROG_TCLSH to try and find a locally + installed native binary. This avoids manually fixing up when cross + compiling. If there is not one, revert to using the build product. + 2010-07-02 Don Porter <dgp@users.sourceforge.net> * generic/tclInt.decs: Reverted to the original TIP 337 implementation |