From: Yann Ylavic
Date: Wed, 6 Dec 2023 12:27:13 +0000 (+0000)
Subject: docs: update/fix download link for awk.exe on Windows.
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae17ae82cae765dc9707d17bbfd75a7e4f2cfcbc;p=thirdparty%2Fapache%2Fhttpd.git
docs: update/fix download link for awk.exe on Windows.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914382 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml
index 8006c9820ab..a2bef7ecb7c 100644
--- a/docs/manual/platform/win_compiling.xml
+++ b/docs/manual/platform/win_compiling.xml
@@ -128,14 +128,10 @@
modified using the awk.exe
utility. awk was chosen since
it is a very small download (compared with Perl or WSH/VB) and
accomplishes the task of modifying configuration files upon
- installation. Brian Kernighan's
- http://www.cs.princeton.edu/~bwk/btl.mirror/
- site has a compiled native Win32 binary,
- http://www.cs.princeton.edu/~bwk/btl.mirror/awk95.exe which
- you must save with the name awk.exe
(rather than
- awk95.exe
).
+ installation. The GNU awk.exe
binary for Windows can be
+ downloaded and extracted from the zip archive available
+ here
+ and then placed in some %PATH% directory on the build system.
If awk.exe is not found, Makefile.win's install target
will not perform substitutions in the installed .conf files.