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 /chapter01 | |
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
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 12 insertions, 2 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> --> |