Browse Source

Upgrade to M4-1.4.15. Fixes #2744.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9382 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 năm trước cách đây
mục cha
commit
429b4dc990
5 tập tin đã thay đổi với 14 bổ sung16 xóa
  1. 10 0
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 0 6
      chapter05/m4.xml
  4. 0 6
      chapter06/m4.xml
  5. 2 2
      packages.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>2010-09-22</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] Upgrade to M4-1.4.15. Fixes
+          <ulink url="&lfs-ticket-root;2744">#2744</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2010-09-18</para>
       <itemizedlist>

+ 2 - 2
chapter01/whatsnew.xml

@@ -124,9 +124,9 @@
     <!--<listitem>
       <para>Linux &linux-version;</para>
     </listitem>-->
-    <!--<listitem>
+    <listitem>
       <para>M4 &m4-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>Make &make-version;</para>
     </listitem>-->

+ 0 - 6
chapter05/m4.xml

@@ -43,12 +43,6 @@
   <sect2 role="installation">
     <title>Installation of M4</title>
 
-    <para>Add a missing include directive that prevents M4 successfully building
-    against Glibc-&glibc-version;:</para>
-
-<screen><userinput remap="pre">sed -i -e '/"m4.h"/a\
-#include &lt;sys/stat.h&gt;' src/path.c</userinput></screen>
-
     <para>Prepare M4 for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>

+ 0 - 6
chapter06/m4.xml

@@ -40,12 +40,6 @@
   <sect2 role="installation">
     <title>Installation of M4</title>
 
-    <para>Add a missing include directive that prevents M4 successfully building
-    against Glibc-&glibc-version;:</para>
-
-<screen><userinput remap="pre">sed -i -e '/"m4.h"/a\
-#include &lt;sys/stat.h&gt;' src/path.c</userinput></screen>
-
     <para>Prepare M4 for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>

+ 2 - 2
packages.ent

@@ -322,10 +322,10 @@
 <!ENTITY linux-headers-ch6-du "466 MB">
 <!ENTITY linux-headers-ch6-sbu "0.1 SBU">
 
-<!ENTITY m4-version "1.4.14">
+<!ENTITY m4-version "1.4.15">
 <!ENTITY m4-size "1,099 KB">
 <!ENTITY m4-url "&gnu;m4/m4-&m4-version;.tar.bz2">
-<!ENTITY m4-md5 "e6fb7d08d50d87e796069cff12a52a93">
+<!ENTITY m4-md5 "c7c32540bc3842d5550f88d47ef551d8">
 <!ENTITY m4-home "&gnu-software;m4/">
 <!ENTITY m4-ch5-du "11.6 MB">
 <!ENTITY m4-ch5-sbu "0.2 SBU">