From b083a6928f03234959ea2053a83e6b9bfc8d15d5 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 17 Aug 2006 19:24:40 +0000 Subject: 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 --- chapter01/changelog.xml | 5 +++++ chapter06/autoconf.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9e3767d73..93b4e2601 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,11 @@ 2006-08-17 + + [matthew] - Fix autoconf's testsuite, which broke after + upgrading to m4-1.4.5. Thanks to Greg Schafer for the report. + + [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. diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 4ffb8e9ee..0a5c518e8 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -35,6 +35,11 @@ Installation of Autoconf + Correct a problem in the testsuite due to an incompatibility with + m4-&m4-version;: + +sed -i -e "s/Cannot open foo: /cannot open \`foo': /" tests/tools.at + Prepare Autoconf for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf