summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-09-07 02:43:38 (GMT)
committerdgp <dgp@noemail.net>2001-09-07 02:43:38 (GMT)
commitee92191f9f0f2df925a0f34cb823c663217cff17 (patch)
tree28d465f70daa34993380a8b142f31d76929a8606 /win/Makefile.in
parent8e80d72994d1a32e47ed521e2454d7fcbde17cd8 (diff)
downloadtcl-ee92191f9f0f2df925a0f34cb823c663217cff17.zip
tcl-ee92191f9f0f2df925a0f34cb823c663217cff17.tar.gz
tcl-ee92191f9f0f2df925a0f34cb823c663217cff17.tar.bz2
* Updated http package to version 2.4,
reflecting the new features just added. FossilOrigin-Name: e34ff11fb384a0af7151354f538797fcedc8c013
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 3148166..04d0465 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.33.2.5 2001/08/04 00:33:59 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.33.2.6 2001/09/07 02:43:39 dgp Exp $
VERSION = @TCL_VERSION@
@@ -483,7 +483,7 @@ install-libraries: libraries
else true; \
fi; \
done;
- @for i in http1.0 http2.3 opt0.4 encoding msgcat1.1 tcltest1.0; \
+ @for i in http1.0 http2.4 opt0.4 encoding msgcat1.1 tcltest1.0; \
do \
if [ ! -d $(SCRIPT_INSTALL_DIR)/$$i ] ; then \
echo "Making directory $(SCRIPT_INSTALL_DIR)/$$i"; \
@@ -507,10 +507,10 @@ install-libraries: libraries
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \
done;
- @echo "Installing library http2.3 directory";
+ @echo "Installing library http2.4 directory";
@for j in $(ROOT_DIR)/library/http/*.tcl; \
do \
- $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http2.3"; \
+ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http2.4"; \
done;
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \