diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-12-16 21:56:17 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-12-16 21:56:17 +0000 |
commit | 40889eb910ea4f336a0cd575fcc3cd0f212f175c (patch) | |
tree | 19b4c8727fc5904dad12ed16a986e5ae0d7c9131 | |
parent | ba333775233aa766dc4b45ca628e4ef1022d0bce (diff) |
Upgrade to Automake-1.11.1. Fixes #2529.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9134 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fbebea6d2..86fa06a93 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-12-16</para> <itemizedlist> <listitem> + <para>[matthew] Upgrade to Automake-1.11.1. Fixes + <ulink url="&lfs-ticket-root;2529">#2529</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgrade to Coreutils-8.2. Fixes <ulink url="&lfs-ticket-root;2524">#2524</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 73b53f3da..8713b93d2 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -25,9 +25,9 @@ <listitem> <para>Autoconf &autoconf-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Automake &automake-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Bash &bash-version;</para> </listitem>--> diff --git a/packages.ent b/packages.ent index 589ee3de0..7352d96d3 100644 --- a/packages.ent +++ b/packages.ent @@ -15,10 +15,10 @@ <!ENTITY autoconf-ch6-du "12.4 MB testsuite included"> <!ENTITY autoconf-ch6-sbu "4.8 SBU testsuite included"> -<!ENTITY automake-version "1.11"> -<!ENTITY automake-size "1,034 KB"> +<!ENTITY automake-version "1.11.1"> +<!ENTITY automake-size "1,042 KB"> <!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.bz2"> -<!ENTITY automake-md5 "4db4efe027e26b33930a7e151de19d0f"> +<!ENTITY automake-md5 "c2972c4d9b3e29c03d5f2af86249876f"> <!ENTITY automake-home "&gnu-software;automake/"> <!ENTITY automake-ch6-du "28.8 MB testsuite included"> <!ENTITY automake-ch6-sbu "18.3 SBU testsuite included"> |