diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-07-26 18:42:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-07-26 18:42:22 +0000 |
commit | f262446f1716e12a067ab2a6a6ba6a2e7dcb6414 (patch) | |
tree | 89aae9fa529535d7754bd6bb22bf9b0aa5d52b03 | |
parent | cef11eaf855ba45c84ad90224e77c63dcfabde4f (diff) |
Upgrade to Autoconf-2.66. Fixes #2705.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9340 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 17 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 333d8a1d6..e61b4f515 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,16 @@ --> <listitem> + <para>2010-07-26</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to Autoconf-2.66. Fixes + <ulink url="&lfs-ticket-root;2705">#2705</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2010-07-18</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index c58d4ad73..0b069ec72 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -22,9 +22,9 @@ <itemizedlist> <title>Upgraded to:</title> - <!--<listitem> + <listitem> <para>Autoconf &autoconf-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Automake &automake-version;</para> </listitem> --> diff --git a/general.ent b/general.ent index 92519ff4a..e0016d7a0 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20100718"> -<!ENTITY releasedate "July 18, 2010"> +<!ENTITY version "SVN-20100726"> +<!ENTITY releasedate "July 26, 2010"> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index 9d9486223..7a5d86b3b 100644 --- a/packages.ent +++ b/packages.ent @@ -7,10 +7,10 @@ Allowed deviation in disk usage : 2% --> -<!ENTITY autoconf-version "2.65"> -<!ENTITY autoconf-size "1,301 KB"> +<!ENTITY autoconf-version "2.66"> +<!ENTITY autoconf-size "1,331 KB"> <!ENTITY autoconf-url "&gnu;autoconf/autoconf-&autoconf-version;.tar.bz2"> -<!ENTITY autoconf-md5 "a6de1cc6434cd64038b0a0ae4e252b33"> +<!ENTITY autoconf-md5 "d2d22a532ee0e4d6d86a02e6425ecfce"> <!ENTITY autoconf-home "&gnu-software;autoconf/"> <!ENTITY autoconf-ch6-du "12.4 MB"> <!ENTITY autoconf-ch6-sbu "4.8 SBU"> |