diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-21 17:03:54 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-21 17:03:54 (GMT) |
commit | 6cabd70c0dad93b763c05c2893f02a868e7dad82 (patch) | |
tree | 376000ac77efa31b5ba87715f2835f15c46ffd53 /unix | |
parent | 5bbb147862ea23bdd98ad9dbcb4c539da07a9bbc (diff) | |
download | tcl-6cabd70c0dad93b763c05c2893f02a868e7dad82.zip tcl-6cabd70c0dad93b763c05c2893f02a868e7dad82.tar.gz tcl-6cabd70c0dad93b763c05c2893f02a868e7dad82.tar.bz2 |
Rewrite msgcat::mcutil::getpreferences, not depending on 'string last' returning -1 any more
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 87521ee..e6a7705 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1046,9 +1046,9 @@ install-libraries: libraries @for i in $(TOP_DIR)/library/opt/*.tcl; do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ done - @echo "Installing package msgcat 1.7.0 as a Tcl Module" + @echo "Installing package msgcat 1.7.1 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \ - "$(MODULE_INSTALL_DIR)/8.7/msgcat-1.7.0.tm" + "$(MODULE_INSTALL_DIR)/8.7/msgcat-1.7.1.tm" @echo "Installing package tcltest 2.5.3 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.3.tm" |