aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-12-08 23:42:31 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-12-08 23:42:31 +0000
commit1ef69edf802adca2147fc5a12613ebde11900999 (patch)
tree46e7f60299659963adcca662e0356ac5e8403b86 /chapter05
parentbaead6b11f429c3399a82268fbc7397883d6336f (diff)
Updated to Gawk-3.1.6. Fixes #2107.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gawk.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml
index 9a2ac64a3..bdb99149a 100644
--- a/chapter05/gawk.xml
+++ b/chapter05/gawk.xml
@@ -47,16 +47,6 @@
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
- <para>Due to a bug in the <command>configure</command> script, Gawk fails
- to detect certain aspects of locale support in Glibc. This bug leads to,
- e.g., Gettext testsuite failures. Work around this issue by appending the
- missing macro definitions to <filename>config.h</filename>:</para>
-
-<screen><userinput remap="configure">cat &gt;&gt; config.h &lt;&lt; "EOF"
-<literal>#define HAVE_LANGINFO_CODESET 1
-#define HAVE_LC_MESSAGES 1</literal>
-EOF</userinput></screen>
-
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>