diff options
author | max <max@tclers.tk> | 2013-04-04 17:08:43 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2013-04-04 17:08:43 (GMT) |
commit | ba5ae0ab74c4217f0a951b0eb3edf223022af5c5 (patch) | |
tree | a479f28ec1ec1dfebe670ae7fe82aa6f2d50d2b7 /unix | |
parent | ac66ecde08cacbe613154be42c2bc55c2a513435 (diff) | |
download | tcl-ba5ae0ab74c4217f0a951b0eb3edf223022af5c5.zip tcl-ba5ae0ab74c4217f0a951b0eb3edf223022af5c5.tar.gz tcl-ba5ae0ab74c4217f0a951b0eb3edf223022af5c5.tar.bz2 |
Allow URLs that don't have a path, but a query,
e.g. http://example.com?foo=bar and bump http to 2.7.12.
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 7a861dd..071cf94 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -766,8 +766,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.7.11 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.11.tm; + @echo "Installing package http 2.7.12 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.12.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |