summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-09-12 19:11:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-09-12 19:11:29 (GMT)
commita7d4de2c279b775e84ac115f7b1450a31d5cd213 (patch)
treec62b541077140fbb19fbc0360a411a76fd45a49a /unix
parentab2bbb09ec0ebc85b8b7dec1920d3bae78e09c23 (diff)
downloadtcl-a7d4de2c279b775e84ac115f7b1450a31d5cd213.zip
tcl-a7d4de2c279b775e84ac115f7b1450a31d5cd213.tar.gz
tcl-a7d4de2c279b775e84ac115f7b1450a31d5cd213.tar.bz2
finish the TIP 404 implementation.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 4d5595d..9ac84f7 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -846,8 +846,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \
done;
- @echo "Installing package msgcat 1.4.5 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.4.5.tm;
+ @echo "Installing package msgcat 1.5.0 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.0.tm;
@echo "Installing package tcltest 2.3.4 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.4.tm;