aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/automake.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-03-11 21:27:25 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-03-11 21:27:25 +0000
commit835b56ae9c714560cbf2158ef6005f9919fecc25 (patch)
tree85c11f47564d646d5357264a213308f7d91ee316 /chapter06/automake.xml
parent01da931a7f0bc541070a6c9a21d2b6a3108e90b4 (diff)
Upgrade to Bash-4.0. Fixes #2351.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r--chapter06/automake.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml
index 4d50b9637..8147bc6c6 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -41,6 +41,10 @@
<sect2 role="installation">
<title>Installation of Automake</title>
+ <para>Fix a bug in the testsuite that can lead to a spurious 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>