Pārlūkot izejas kodu

Remove erroneous --enable threads from M4.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8852 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 16 gadi atpakaļ
vecāks
revīzija
eaa857990b
3 mainītis faili ar 12 papildinājumiem un 3 dzēšanām
  1. 9 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/m4.xml
  3. 2 2
      general.ent

+ 9 - 0
chapter01/changelog.xml

@@ -37,6 +37,15 @@
 
 -->
 
+    <listitem>
+      <para>2009-04-13</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Remove erroneous --enable threads from M4.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2009-03-21</para>
       <itemizedlist>

+ 1 - 1
chapter06/m4.xml

@@ -42,7 +42,7 @@
 
     <para>Prepare M4 for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr --enable-threads</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
 
     <para>Compile the package:</para>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090401">
-<!ENTITY releasedate "April  1, 2009">
+<!ENTITY version "SVN-20090413">
+<!ENTITY releasedate "April  13, 2009">
 <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->