diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-12-07 11:37:24 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2008-12-07 11:37:24 +0000 |
commit | 6f2cc22cf3048c0f8b05b445a33bc99425758204 (patch) | |
tree | 704ff9b8700ff6282e0705f8b24312b2b58e5841 /chapter06 | |
parent | 4e82d4787a775438ce10fc7e3ccefe9fcd23ccd0 (diff) |
Upgrade to Automake-1.10.2. Fixes #2286.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8756 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/automake.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 8695a9ee6..b2b59564a 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -41,12 +41,6 @@ <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 --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen> |