diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-28 20:09:02 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-28 20:09:02 +0000 |
commit | facba0456499a2ccb2f7f652782cfd3df6d833ee (patch) | |
tree | 37feed900058d57df95f847a4d1ca505a1da46e7 | |
parent | 0da4854d1f966e87a08f6a0b4fa3f96a48ea1734 (diff) |
Upgrade to Autoconf-2.64. Fixes #2467.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.5/BOOK@9013 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 b3d50a05a..62892b0b1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2009-07-28</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Autoconf-2.64. Fixes + <ulink url="&lfs-ticket-root;2467">#2467</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Shadow-4.1.4.2. Fixes <ulink url="&lfs-ticket-root;2465">#2465</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 65c13a802..4c3811209 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -23,9 +23,9 @@ <title>Upgraded to:</title> - <!--<listitem> + <listitem> <para>Autoconf &autoconf-version;</para> - </listitem>--> + </listitem> <listitem> <para>Automake &automake-version;</para> </listitem> diff --git a/packages.ent b/packages.ent index 521b24356..bcb442c5d 100644 --- a/packages.ent +++ b/packages.ent @@ -7,10 +7,10 @@ Allowed deviation in disk usage : 2% --> -<!ENTITY autoconf-version "2.63"> -<!ENTITY autoconf-size "1,167 KB"> +<!ENTITY autoconf-version "2.64"> +<!ENTITY autoconf-size "1,283 KB"> <!ENTITY autoconf-url "&gnu;autoconf/autoconf-&autoconf-version;.tar.bz2"> -<!ENTITY autoconf-md5 "7565809ed801bb5726da0631ceab3699"> +<!ENTITY autoconf-md5 "ef400d672005e0be21e0d20648169074"> <!ENTITY autoconf-home "&gnu-software;autoconf/"> <!ENTITY autoconf-ch6-du "12.4 MB testsuite included"> <!ENTITY autoconf-ch6-sbu "4.8 SBU testsuite included"> |