Browse Source

Update acknowledgements.
Update to libtool-2.4.4.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 10 years ago
parent
commit
a8ec8bf082
6 changed files with 33 additions and 12 deletions
  1. 7 1
      appendices/acknowledgments.xml
  2. 1 1
      appendices/dependencies.xml
  3. 14 0
      chapter01/changelog.xml
  4. 4 3
      chapter06/libtool.xml
  5. 2 2
      general.ent
  6. 5 5
      packages.ent

+ 7 - 1
appendices/acknowledgments.xml

@@ -90,7 +90,13 @@
     <listitem>
       <para><ulink url="mailto:johan@linuxfromscratch.org">Johan
       Lenglet</ulink> &lt;johan@linuxfromscratch.org&gt; &ndash; French LFS
-      translation project</para>
+      translation project until 2008</para>
+    </listitem>
+
+    <listitem>
+      <para><ulink url="mailto:jmengual@linuxfromscratch.org">Jean-Philippe 
+      Mengual </ulink> &lt;jmengual@linuxfromscratch.org&gt; &ndash; French LFS
+      translation project 2008-present</para>
     </listitem>
 
     <listitem>

+ 1 - 1
appendices/dependencies.xml

@@ -1526,7 +1526,7 @@
         <segtitle>&testsuites;</segtitle>
 
         <seglistitem>
-          <seg>Findutils</seg>
+          <seg>Autoconf, Automake, Findutils</seg>
         </seglistitem>
       </segmentedlist>
 

+ 14 - 0
chapter01/changelog.xml

@@ -35,6 +35,20 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>2014-12-03</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update acknowledgements. Fixes 
+          <ulink url="&lfs-ticket-root;3716">#3716</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libtool-2.4.4. Fixes 
+          <ulink url="&lfs-ticket-root;3715">#3715</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2014-11-29</para>
       <itemizedlist>

+ 4 - 3
chapter06/libtool.xml

@@ -50,12 +50,13 @@
 
 <screen><userinput remap="make">make</userinput></screen>
 
-    <para>To test the results (about 3.0 SBU), issue:</para>
+    <para>To test the results (about 11.0 SBU), issue:</para>
 
 <screen><userinput remap="test">make check</userinput></screen>
 
-    <para>Five tests are known to fail in the LFS build envronment,
-    but all tests pass if rechecked after Chapter 6 is complete.</para>
+    <para>Five tests are known to fail in the LFS build envronment due
+    to a circular dependency, but all tests pass if rechecked after 
+    automake is installed.</para>
 
     <para>Install the package:</para>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
-<!ENTITY version         "SVN-20141129">
+<!ENTITY version         "SVN-20141203">
 <!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate     "November 29, 2014">
+<!ENTITY releasedate     "December 3, 2014">
 <!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "7.7">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 5 - 5
packages.ent

@@ -376,13 +376,13 @@
 <!ENTITY libpipeline-ch6-du "7.7 MB">
 <!ENTITY libpipeline-ch6-sbu "0.2 SBU">
 
-<!ENTITY libtool-version "2.4.3">
-<!ENTITY libtool-size "1,696 KB">
-<!ENTITY libtool-url "&gnu;libtool/libtool-&libtool-version;.tar.gz">
-<!ENTITY libtool-md5 "ec4dabd3bc580dc188197d4d5eb95fe3">
+<!ENTITY libtool-version "2.4.4">
+<!ENTITY libtool-size "936 KB">
+<!ENTITY libtool-url "&gnu;libtool/libtool-&libtool-version;.tar.xz">
+<!ENTITY libtool-md5 "51bf400de3354687d68dfa2392506b7e">
 <!ENTITY libtool-home "&gnu-software;libtool/">
 <!ENTITY libtool-ch6-du "37 MB">
-<!ENTITY libtool-ch6-sbu "3.0 SBU">
+<!ENTITY libtool-ch6-sbu "11.2 SBU">
 
 <!ENTITY linux-major-version "3">
 <!ENTITY linux-minor-version "17">