diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-23 19:05:36 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-12-23 19:05:36 +0000 |
commit | 43ecdc966c9471f7d020b60b9b756170f8a5b9cb (patch) | |
tree | 4d3195b007bcf847ffd829295837789199f4b5ae | |
parent | 5cc38cfd6628a00a3f8ccc5bb15083ab89e8831e (diff) |
Upgrade to Automake-1.11.2. Fixes #2986.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9694 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a7f6c407a..e7e21195f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2011-12-22</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Automake-1.11.2. Fixes + <ulink url="&lfs-ticket-root;2986">#2986</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Linux-3.1.6. Fixes <ulink url="&lfs-ticket-root;2985">#2985</ulink>.</para> </listitem> diff --git a/packages.ent b/packages.ent index 975323784..afbd388b2 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.1"> -<!ENTITY automake-size "1,042 KB"> +<!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 "c2972c4d9b3e29c03d5f2af86249876f"> +<!ENTITY automake-md5 "18194e804d415767bae8f703c963d456"> <!ENTITY automake-home "&gnu-software;automake/"> <!ENTITY automake-ch6-du "28.8 MB"> <!ENTITY automake-ch6-sbu "18.3 SBU"> |