Bladeren bron

Updated M4 to 1.4.11 and added it to the Chapter 5 build as it is required by the GMP package in Chapter 6

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8590 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy 17 jaren geleden
bovenliggende
commit
a926480eea
4 gewijzigde bestanden met toevoegingen van 18 en 10 verwijderingen
  1. 4 0
      chapter01/changelog.xml
  2. 6 2
      chapter01/whatsnew.xml
  3. 1 1
      chapter05/chapter05.xml
  4. 7 7
      packages.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2008-10-06</para>
       <itemizedlist>
+        <listitem>
+          <para>[randy] - Updated M4 to 1.4.11 and added it to the Chapter 5
+          build as it is required by the GMP package in Chapter 6.</para>
+        </listitem>
         <listitem>
           <para>[randy] - Updated Findutils to 4.4.0.</para>
         </listitem>

+ 6 - 2
chapter01/whatsnew.xml

@@ -125,9 +125,9 @@
     <listitem>
       <para>Linux &linux-version;</para>
     </listitem>
-    <!--<listitem>
+    <listitem>
       <para>M4 &m4-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>Make &make-version;</para>
     </listitem>-->
@@ -258,6 +258,10 @@
       <para>&grub-inode-patch;</para>
     </listitem>
 
+    <listitem>
+      <para>M4 to the Chapter 5 build</para>
+    </listitem>
+
     <listitem>
       <para>&module-init-manpages-patch;</para>
     </listitem>

+ 1 - 1
chapter05/chapter05.xml

@@ -36,7 +36,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gettext.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grep.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gzip.xml"/>
-  <!--<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/>-->
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="make.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="patch.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl.xml"/>

+ 7 - 7
packages.ent

@@ -326,15 +326,15 @@
 <!ENTITY linux-headers-ch6-du "341 MB">
 <!ENTITY linux-headers-ch6-sbu "0.1 SBU">
 
-<!ENTITY m4-version "1.4.10">
-<!ENTITY m4-size "722 KB">
+<!ENTITY m4-version "1.4.11">
+<!ENTITY m4-size "928 KB">
 <!ENTITY m4-url "&gnu;m4/m4-&m4-version;.tar.bz2">
-<!ENTITY m4-md5 "0a35bab2f5d605e08083d7e3cbd4b8b0">
+<!ENTITY m4-md5 "96ec473c2a6f203976c028e896a01b28">
 <!ENTITY m4-home "&gnu-software;m4/">
-<!ENTITY m4-ch5-du "5 MB">
-<!ENTITY m4-ch5-sbu "less than 0.1 SBU">
-<!ENTITY m4-ch6-du "5 MB">
-<!ENTITY m4-ch6-sbu "less than 0.1 SBU">
+<!ENTITY m4-ch5-du "10 MB">
+<!ENTITY m4-ch5-sbu "0.2 SBU">
+<!ENTITY m4-ch6-du "12 MB">
+<!ENTITY m4-ch6-sbu "0.3 SBU testsuite included">
 
 <!ENTITY make-version "3.81">
 <!ENTITY make-size "1,125 KB">