aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/automake.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml
index aeb683563..fefa708d1 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -41,6 +41,12 @@
<sect2 role="installation">
<title>Installation of Automake</title>
+ <para>Patch a test in the Automake test suite to fix an issue that occurs
+ when running the tests as <systemitem class="username">root</systemitem>:
+ </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</userinput></screen>