diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-17 19:24:40 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-17 19:24:40 +0000 |
commit | b083a6928f03234959ea2053a83e6b9bfc8d15d5 (patch) | |
tree | 5880b260bb63237c878516b6a09279a6b52fbb32 /chapter01 | |
parent | 16a261732145c12f5884d754e03cae1481a9cc25 (diff) |
Fix an incompatibility between autoconf's testsuite and m4-1.4.5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7769 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9e3767d73..93b4e2601 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,11 @@ <para>2006-08-17</para> <itemizedlist> <listitem> + <para>[matthew] - Fix autoconf's testsuite, which broke after + upgrading to m4-1.4.5. Thanks to Greg Schafer for the report. + </para> + </listitem> + <listitem> <para>[matthew] - Fix a buffer overrun in m4-1.4.5 which causes two of its tests to fail. Thanks to Greg Schafer for the report.</para> </listitem> |