diff options
| author | harald.oehlmann@elmicron.de <oehhar> | 2012-09-25 12:59:21 (GMT) |
|---|---|---|
| committer | harald.oehlmann@elmicron.de <oehhar> | 2012-09-25 12:59:21 (GMT) |
| commit | ad632b04c2a0515d3b9d5953106f0d64e63e14b0 (patch) | |
| tree | 34a9ae02f4870282331ed7b0cb25a90953ea947b /unix | |
| parent | 679bc744726dc83c1da101467bc668db7ed74b69 (diff) | |
| parent | 56cb748212ed5fd132f9d9dd4cb73438a99798c5 (diff) | |
| download | tcl-ad632b04c2a0515d3b9d5953106f0d64e63e14b0.zip tcl-ad632b04c2a0515d3b9d5953106f0d64e63e14b0.tar.gz tcl-ad632b04c2a0515d3b9d5953106f0d64e63e14b0.tar.bz2 | |
tip#404 file locale mcset: mc(fl)(m)set backport from 8.6
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index bdcbda0..a2d89aa 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -773,8 +773,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs 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; |
