diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-04-03 21:40:35 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-04-03 21:40:35 +0000 |
commit | 5cf455ae5bc67b2e6b3eda13e85f649f7da3bfea (patch) | |
tree | b5bbd1b5dcbcd3f57a1f0364aca54d1445b5a6b3 | |
parent | 59c2a94ea5df173d9d9a97cecde962e91cdc78bd (diff) |
Upgrade to Automake-1.11.4. Fixes #3058.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9803 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 baca4056a..bb619efe3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2012-04-03</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Automake-1.11.4. Fixes + <ulink url="&lfs-ticket-root;3058">#3058</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Gawk-4.0.1. Fixes <ulink url="&lfs-ticket-root;3056">#3056</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 60bbca9b1..41f46e94f 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 f5747440a..372f8197f 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.3"> -<!ENTITY automake-size "1,051 KB"> +<!ENTITY automake-version "1.11.4"> +<!ENTITY automake-size "1,066 KB"> <!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz"> -<!ENTITY automake-md5 "3d72b2076eb4397ad5e9a2aace6357fd"> +<!ENTITY automake-md5 "d1dd41acf56a30d8da7bf20c5ac223db"> <!ENTITY automake-home "&gnu-software;automake/"> <!ENTITY automake-ch6-du "28.8 MB"> <!ENTITY automake-ch6-sbu "18.3 SBU"> |