diff options
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 53ea72496..925d4d39e 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -41,6 +41,11 @@ <sect2 role="installation"> <title>Installation of Automake</title> + <para>Fix a bug in the testsuite that can cause one of the tests to fail + intermittently:</para> + +<screen><userinput remap="pre">sed -i -e '/$ACLOCAL/i$sleep' t/aclocal7.sh</userinput></screen> + <para>Prepare Automake for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen> |