diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-12-02 18:57:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-12-02 18:57:21 +0000 |
commit | 59c2dade45f32f5cb543a0f24a4e6df36b54f219 (patch) | |
tree | 23de2d2a80c242709ea916f2215216903141c688 /chapter01 | |
parent | 3d4219ad3f16fcc4718342090b797bf20811f508 (diff) |
Upgrade to Autoconf-2.65. Fixes #2520.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9125 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 d062d89ca..075009f19 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,16 @@ --> <listitem> + <para>2009-12-02</para> + <itemizedlist> + <listitem> + <para>[matthew] Upgrade to Autoconf-2.65. Fixes + <ulink url="&lfs-ticket-root;2520">#2520</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2009-11-29</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index caf0e45b4..5792500a7 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>--> |