diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-05 21:26:26 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-05 21:26:26 +0000 |
commit | ea0130ced4757cef2dd5e95e231489a2b49de15b (patch) | |
tree | fa480f60487cbc2dd90ea5cfc8d9df8551106f13 | |
parent | 46b7d91f804c92f9620a172bee396653add82a90 (diff) |
Upgrade to Automake-1.11.3. Fixes #3011.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9731 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | packages.ent | 8 |
3 files changed, 10 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 195af983e..c0d9c1c33 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2012-02-05</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Automake-1.11.3. Fixes + <ulink url="&lfs-ticket-root;3011">#3011</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Remove last remaining mentions of Module-Init-Tools. </para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index ea6211df0..cb8ac33c3 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -28,9 +28,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 fd907c797..b04dc59a1 100644 --- a/packages.ent +++ b/packages.ent @@ -16,10 +16,10 @@ <!ENTITY autoconf-ch6-du "12.4 MB"> <!ENTITY autoconf-ch6-sbu "4.8 SBU"> -<!ENTITY automake-version "1.11.2"> -<!ENTITY automake-size "1,171 KB"> -<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.bz2"> -<!ENTITY automake-md5 "18194e804d415767bae8f703c963d456"> +<!ENTITY automake-version "1.11.3"> +<!ENTITY automake-size "1,051 KB"> +<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz"> +<!ENTITY automake-md5 "3d72b2076eb4397ad5e9a2aace6357fd"> <!ENTITY automake-home "&gnu-software;automake/"> <!ENTITY automake-ch6-du "28.8 MB"> <!ENTITY automake-ch6-sbu "18.3 SBU"> |