was given, this is now fixed. PR 8184 [Jack Tan <jack_s_tan@yahoo.com>]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@90178
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 1.3.21
+ *) The Win32 Makefile.win build script failed if INSTDIR="c:\path\with spaces"
+ was given, this is now fixed. PR 8184 [Jack Tan <jack_s_tan@yahoo.com>]
+
*) EBCDIC: The proxy, when used in a proxy chain, "forgot" to
convert the "CONNECT host:port HTTP/1.0" request line to ASCII
before contacting the next proxy, and was thus unusable for
print $$0;
}
<<
- awk -f <<script2.awk "support\apxs.pl" $(INSTDIR) >"$(INSTDIR)\bin\apxs.pl"
+ awk -f <<script2.awk "support\apxs.pl" "$(INSTDIR)" >"$(INSTDIR)\bin\apxs.pl"
BEGIN {
target = ARGV[2];
gsub( /\\/, "/", target );