Author: matthew
Date: 2006-08-17 13:24:40 -0600 (Thu, 17 Aug 2006)
New Revision: 7769

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/autoconf.xml
Log:
Fix an incompatibility between autoconf's testsuite and m4-1.4.5

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-08-17 19:21:58 UTC (rev 7768)
+++ trunk/BOOK/chapter01/changelog.xml  2006-08-17 19:24:40 UTC (rev 7769)
@@ -39,6 +39,11 @@
       <para>2006-08-17</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Fix autoconf's testsuite, which broke after
+            upgrading to m4-1.4.5.  Thanks to Greg Schafer for the report.
+          </para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Fix a buffer overrun in m4-1.4.5 which causes two
             of its tests to fail.  Thanks to Greg Schafer for the 
report.</para>
         </listitem>

Modified: trunk/BOOK/chapter06/autoconf.xml
===================================================================
--- trunk/BOOK/chapter06/autoconf.xml   2006-08-17 19:21:58 UTC (rev 7768)
+++ trunk/BOOK/chapter06/autoconf.xml   2006-08-17 19:24:40 UTC (rev 7769)
@@ -35,6 +35,11 @@
   <sect2 role="installation">
     <title>Installation of Autoconf</title>
 
+    <para>Correct a problem in the testsuite due to an incompatibility with
+          m4-&m4-version;:</para>
+
+<screen><userinput>sed -i -e "s/Cannot open foo: /cannot open \`foo': /" 
tests/tools.at</userinput></screen>
+
     <para>Prepare Autoconf for compilation:</para>
 
 <screen><userinput>./configure --prefix=/usr</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