aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-11-25 17:03:49 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-11-25 17:03:49 +0000
commit2bd778e9529822d75fdae95f101ee44c4b0b5cf6 (patch)
tree9289e480143cab425990ae2b7119200bb337f0d5 /chapter06
parent3f25fa44de1817041a9ade5fa3aab6c8f4ef8132 (diff)
Upgrade to Autoconf-2.61. Fixes #1918
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/autoconf.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml
index 0a5c518e8..4ffb8e9ee 100644
--- a/chapter06/autoconf.xml
+++ b/chapter06/autoconf.xml
@@ -35,11 +35,6 @@
<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>