aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-08-17 19:24:40 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-08-17 19:24:40 +0000
commitb083a6928f03234959ea2053a83e6b9bfc8d15d5 (patch)
tree5880b260bb63237c878516b6a09279a6b52fbb32 /chapter06
parent16a261732145c12f5884d754e03cae1481a9cc25 (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 'chapter06')
-rw-r--r--chapter06/autoconf.xml5
1 files changed, 5 insertions, 0 deletions
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 @@
<sect2 role="installation">
<title>Installation of Autoconf</title>
+ <para>Correct a problem in the testsuite due to an incompatibility with
+ m4-&m4-version;:</para>
+
+<screen><userinput>sed -i -e "s/Cannot open foo: /cannot open \`foo': /" tests/tools.at</userinput></screen>
+
<para>Prepare Autoconf for compilation:</para>
<screen><userinput>./configure --prefix=/usr</userinput></screen>