summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-12-03 19:19:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-12-03 19:19:05 (GMT)
commit7af24435f8657785d9dd3cc145b595af1d692866 (patch)
treeac131499d4b1fc081994d8acad46b74c56f0b5fd /unix/Makefile.in
parent8ef61c13e0df3175cac5b314840f726f7407b6f8 (diff)
parentb222d2f2b2dbf7666e44385dc825b59b5045b3f2 (diff)
downloadtcl-7af24435f8657785d9dd3cc145b595af1d692866.zip
tcl-7af24435f8657785d9dd3cc145b595af1d692866.tar.gz
tcl-7af24435f8657785d9dd3cc145b595af1d692866.tar.bz2
Disable the legacy configuration setting from $::argv only when a setting
call to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 87deb20..e43c252 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -775,8 +775,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
done;
@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;
+ @echo "Installing package tcltest 2.3.5 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.5.tm;
@echo "Installing package platform 1.0.10 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.10.tm;