aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-29 20:33:27 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-29 20:33:27 +0000
commitbbd46c6774cfeb0614a7a4685c6808fe1b9c772b (patch)
tree8cfe06fd8b3bb82a93de855403e2cd7e79a6442b /chapter06
parent357f6f8a44b791a4943572c97b5b732acc139423 (diff)
Update to automake-1.14.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10429 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/automake.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml
index bf48527a1..64323dfe7 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -41,10 +41,6 @@
<sect2 role="installation">
<title>Installation of Automake</title>
- <para>Fix an intermittent test failure:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i ../&automake-test-patch;</userinput></screen>
-
<para>Prepare Automake for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>