diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-07 21:56:21 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-07 21:56:21 +0000 |
commit | 22f2462228a3959d6ad5eb6a3179fa1fe462ebb4 (patch) | |
tree | 3eb78a26874d57949cb737fedf6e7e99d5e78c35 | |
parent | 0ae23525daab495be79b1c6ae9b4a60849ace098 (diff) |
Updated Libtool to 2.2.6a
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/libtool.xml | 2 | ||||
-rw-r--r-- | packages.ent | 8 |
3 files changed, 8 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2b1246925..a09765e30 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,9 @@ <para>2008-10-07</para> <itemizedlist> <listitem> + <para>[randy] - Updated Libtool to 2.2.6a.</para> + </listitem> + <listitem> <para>[randy] - Corrected the instruction to untar the E2fsprogs tarball in Section 2.3. Thanks to William Immendorf for pointing out the error.</para> diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index cd659e1a2..3679a81aa 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -50,7 +50,7 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>To test the results (about 3.0 SBU), issue:</para> <screen><userinput remap="test">make check</userinput></screen> diff --git a/packages.ent b/packages.ent index 6c72f81b3..ff8beec2a 100644 --- a/packages.ent +++ b/packages.ent @@ -301,12 +301,12 @@ <!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> <!-- Updated in Makefile --> <!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU"> -<!ENTITY libtool-version "1.5.26"> -<!ENTITY libtool-size "2,893 KB"> +<!ENTITY libtool-version "2.2.6a"> +<!ENTITY libtool-size "2,870 KB"> <!ENTITY libtool-url "&gnu;libtool/libtool-&libtool-version;.tar.gz"> -<!ENTITY libtool-md5 "aa9c5107f3ec9ef4200eb6556f3b3c29"> +<!ENTITY libtool-md5 "8ca1ea241cd27ff9832e045fe9afe4fd"> <!ENTITY libtool-home "&gnu-software;libtool/"> -<!ENTITY libtool-ch6-du "16.6 MB"> +<!ENTITY libtool-ch6-du "36 MB testsuite included"> <!ENTITY libtool-ch6-sbu "0.1 SBU"> <!ENTITY linux-major-version "2.6"> |