diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-04-15 21:13:39 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-04-15 21:13:39 +0000 |
commit | 18b5e0321fe6326fb9dfe4b9005ab8d3c178c1ea (patch) | |
tree | 2b36110288ad2ee6cd46da13b0ab8a55c490e2e5 | |
parent | 6ba7c0f4bc94c1cdfe25f4ee0cd87f5320aebcce (diff) |
Upgrade to Automake-1.11.5. Fixes #3062.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9811 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 577b349dd..10e2311b2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2012-04-15</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Automake-1.11.5. Fixes + <ulink url="&lfs-ticket-root;3062">#3062</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Use su from chapter 6 Coreutils in the Bash instructions, instead of the one from chapter 5. Install su as su rather than su-tools in chapter 5. Fixes diff --git a/packages.ent b/packages.ent index cd27ace75..8314d3eb3 100644 --- a/packages.ent +++ b/packages.ent @@ -16,11 +16,11 @@ <!ENTITY autoconf-ch6-du "12.4 MB"> <!ENTITY autoconf-ch6-sbu "4.8 SBU"> -<!ENTITY automake-version "1.11.4"> +<!ENTITY automake-version "1.11.5"> <!ENTITY am-minor-version "1.11"> -<!ENTITY automake-size "1,066 KB"> +<!ENTITY automake-size "1,067 KB"> <!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz"> -<!ENTITY automake-md5 "d1dd41acf56a30d8da7bf20c5ac223db"> +<!ENTITY automake-md5 "13f6a9522339ac0885110506cb7abad8"> <!ENTITY automake-home "&gnu-software;automake/"> <!ENTITY automake-ch6-du "28.8 MB"> <!ENTITY automake-ch6-sbu "18.3 SBU"> |