Author: matthew
Date: 2007-12-08 16:42:31 -0700 (Sat, 08 Dec 2007)
New Revision: 8432

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/gawk.xml
   trunk/BOOK/chapter06/gawk.xml
Log:
Updated to Gawk-3.1.6.  Fixes #2107.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-12-08 23:41:48 UTC (rev 8431)
+++ trunk/BOOK/chapter01/changelog.xml  2007-12-08 23:42:31 UTC (rev 8432)
@@ -40,6 +40,18 @@
       <para>2007-12-08</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Removed the modifications to Gawk's config.h as
+          Gawk-3.1.6 fixes the bug that they were working around.  Fixes
+          <ulink url="&lfs-ticket-root;2107">#2107</ulink>. Thanks to Erik-Jan
+          for the report.</para>
+        </listitem>
+        <listitem>
+          <para>[matthew] - Removed the modifications to Gawk's config.h as
+          Gawk-3.1.6 fixes the bug that they were working around.  Fixes
+          <ulink url="&lfs-ticket-root;2107">#2107</ulink>. Thanks to Erik-Jan
+          for the report.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Upgraded to E2fsprogs-1.40.3.  Fixes
           <ulink url="&lfs-ticket-root;2116">#2116</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter05/gawk.xml
===================================================================
--- trunk/BOOK/chapter05/gawk.xml       2007-12-08 23:41:48 UTC (rev 8431)
+++ trunk/BOOK/chapter05/gawk.xml       2007-12-08 23:42:31 UTC (rev 8432)
@@ -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>

Modified: trunk/BOOK/chapter06/gawk.xml
===================================================================
--- trunk/BOOK/chapter06/gawk.xml       2007-12-08 23:41:48 UTC (rev 8431)
+++ trunk/BOOK/chapter06/gawk.xml       2007-12-08 23:42:31 UTC (rev 8432)
@@ -44,16 +44,6 @@
 
 <screen><userinput remap="configure">./configure --prefix=/usr 
--libexecdir=/usr/lib</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>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to