summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-12-06 13:27:13 +0100
committerYann Ylavic <ylavic@apache.org>2023-12-06 13:27:13 +0100
commitae17ae82cae765dc9707d17bbfd75a7e4f2cfcbc (patch)
tree9e3488f961ff88255b6fc17a7df2d78bbddaf0bd /docs/manual
parentmod_auth_bearer: Fix warning about signed bitfields. BZ 68294 (diff)
downloadapache2-ae17ae82cae765dc9707d17bbfd75a7e4f2cfcbc.tar.xz
apache2-ae17ae82cae765dc9707d17bbfd75a7e4f2cfcbc.zip
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
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/platform/win_compiling.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml
index 8006c9820a..a2bef7ecb7 100644
--- a/docs/manual/platform/win_compiling.xml
+++ b/docs/manual/platform/win_compiling.xml
@@ -128,14 +128,10 @@
modified using the <code>awk.exe</code> 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
- <a href="http://www.cs.princeton.edu/~bwk/btl.mirror/"
- >http://www.cs.princeton.edu/~bwk/btl.mirror/</a>
- site has a compiled native Win32 binary,
- <a href="http://www.cs.princeton.edu/~bwk/btl.mirror/awk95.exe"
- >http://www.cs.princeton.edu/~bwk/btl.mirror/awk95.exe</a> which
- you must save with the name <code>awk.exe</code> (rather than
- <code>awk95.exe</code>).</p>
+ installation. The GNU <code>awk.exe</code> binary for Windows can be
+ downloaded and extracted from the zip archive available
+ <a href="https://gnuwin32.sourceforge.net/packages/gawk.htm">here</a>
+ and then placed in some %PATH% directory on the build system.
<note>If awk.exe is not found, Makefile.win's install target
will not perform substitutions in the installed .conf files.