summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-23 14:57:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-23 14:57:31 (GMT)
commit9865f6dc47ba40050f6d197239a062203390dba0 (patch)
tree7c3f51c88dc08685a6c2e6d551940869000ea61f /unix
parent69eafefa7681f398b727edb23c3e44a43c40de3c (diff)
parent14d9c80d616cee01320e447f69e6122b1104b2a8 (diff)
downloadtcl-9865f6dc47ba40050f6d197239a062203390dba0.zip
tcl-9865f6dc47ba40050f6d197239a062203390dba0.tar.gz
tcl-9865f6dc47ba40050f6d197239a062203390dba0.tar.bz2
Merge trunk
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 de89b22..f2d5ba5 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -927,8 +927,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"; \
done;
- @echo "Installing package http 2.8.13 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl9/9.0/http-2.8.13.tm;
+ @echo "Installing package http 2.9.0 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl9/9.0/http-2.9.0.tm;
@echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \