diff options
author | dgp <dgp@users.sourceforge.net> | 2012-12-03 19:50:03 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-12-03 19:50:03 (GMT) |
commit | 85ca4a31a0fe4b2eeb92746516620747bb45c254 (patch) | |
tree | bad03757a42afbebb3d558a997389902fcd7b77d /unix | |
parent | 41d3318c10d5df7b1a76c0acf79c2db9ac2675f7 (diff) | |
parent | 553348c5f377b8475adb2caa6d92a44e0dcf4898 (diff) | |
download | tcl-85ca4a31a0fe4b2eeb92746516620747bb45c254.zip tcl-85ca4a31a0fe4b2eeb92746516620747bb45c254.tar.gz tcl-85ca4a31a0fe4b2eeb92746516620747bb45c254.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')
-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 4f66646..df05759 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -848,8 +848,8 @@ install-libraries: libraries 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; |