diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-03 20:00:59 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-03 20:00:59 +0000 |
commit | 3ca97f5d0db7e2191fdad2281b0e8419b7367e93 (patch) | |
tree | cf4b5e3ad9570674c98b624884a545e7d6c062af | |
parent | 6123afebc7ecf149d8455d84b989cfc2396b181b (diff) |
Upgrade to Autoconf-2.67. Fixes #2729.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9350 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8a52d8c96..85781456c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2010-08-03</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Autoconf-2.67. Fixes + <ulink url="&lfs-ticket-root;2729">#2729</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Add parameters to prevent chapter 5 GCC builds from linking to the host system's CLooG and PPL libraries that will not be present in chapter 6. Fixes diff --git a/packages.ent b/packages.ent index 339aeb6eb..ee284c619 100644 --- a/packages.ent +++ b/packages.ent @@ -7,10 +7,11 @@ Allowed deviation in disk usage : 2% --> -<!ENTITY autoconf-version "2.66"> -<!ENTITY autoconf-size "1,331 KB"> -<!ENTITY autoconf-url "&gnu;autoconf/autoconf-&autoconf-version;.tar.bz2"> -<!ENTITY autoconf-md5 "d2d22a532ee0e4d6d86a02e6425ecfce"> +<!ENTITY autoconf-version "2.67"> +<!ENTITY autoconf-size "1,338 KB"> +<!-- <!ENTITY autoconf-url "&gnu;autoconf/autoconf-&autoconf-version;.tar.bz2"> --> +<!ENTITY autoconf-url "http://people.redhat.com/eblake/autoconf/autoconf-&autoconf-version;.tar.bz2"> +<!ENTITY autoconf-md5 "3fbf92eb8eaca1e0d33dff9710edb5f0"> <!ENTITY autoconf-home "&gnu-software;autoconf/"> <!ENTITY autoconf-ch6-du "12.4 MB"> <!ENTITY autoconf-ch6-sbu "4.8 SBU"> |