summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-26 11:05:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-26 11:05:22 (GMT)
commit43489532dea0636fb88a85b2b5fa8097b27166da (patch)
treebfc45d7a796639c6e8a102a77625ce00e0ded06f /ChangeLog
parent1c859b9a446ac6321e095bef4dcba93cdeae5602 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd710eb..7cd85c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).