diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-23 09:20:07 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-23 09:20:07 +0000 |
commit | ec66ac7412cb3dcf48bb0c9a41e3341f65536ee5 (patch) | |
tree | fd1a7aa642241e9bf34cd24ac66651755806494f /chapter06 | |
parent | 08d48c56e7ec9f2a2c6f9e8da1dc17283e677881 (diff) |
Upgrade to Automake-1.11. Fixes #2400.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8896 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/automake.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 8147bc6c6..4d50b9637 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -41,10 +41,6 @@ <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> |