]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
docs: update/fix download link for awk.exe on Windows.
authorYann Ylavic <ylavic@apache.org>
Wed, 6 Dec 2023 12:27:13 +0000 (12:27 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 6 Dec 2023 12:27:13 +0000 (12:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914382 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/win_compiling.xml

index 8006c9820aba419c7e27a1db4b878a72d7ca2c7b..a2bef7ecb7c74b60bcce32d6525dd929dea477da 100644 (file)
         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.