diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-26 11:05:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-26 11:05:22 (GMT) |
commit | 43489532dea0636fb88a85b2b5fa8097b27166da (patch) | |
tree | bfc45d7a796639c6e8a102a77625ce00e0ded06f /ChangeLog | |
parent | 1c859b9a446ac6321e095bef4dcba93cdeae5602 (diff) | |
download | tcl-43489532dea0636fb88a85b2b5fa8097b27166da.zip tcl-43489532dea0636fb88a85b2b5fa8097b27166da.tar.gz tcl-43489532dea0636fb88a85b2b5fa8097b27166da.tar.bz2 |
* unix/Makefile.in (NATIVE_TCLSH): Added this variable to allow for
better control of what tclsh to use for various scripts when doing
cross compiling. An imperfect solution, but works.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ 2010-02-26 Donal K. Fellows <dkf@users.sf.net> + * unix/Makefile.in (NATIVE_TCLSH): Added this variable to allow for + better control of what tclsh to use for various scripts when doing + cross compiling. An imperfect solution, but works. + * unix/installManPage: Remap non-alphanumeric sequences in filenames to single underscores (especially colons). |