diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-06-04 19:18:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-06-04 19:18:48 +0000 |
commit | 32ecf56ebecc7bf6ac54d497fe7280c2b57690d1 (patch) | |
tree | edaca9c3a147841cd04b6a637aa14dbf7606dd78 /chapter06 | |
parent | 372aa121e71653f7182c32988aeb09180be99491 (diff) |
Upgrade to Automake-1.12.1. Fixes #3106.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/automake.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 4786c44c9..109da7059 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -41,10 +41,6 @@ <sect2 role="installation"> <title>Installation of Automake</title> - <para>Apply a patch to fix an incomatibility between Automake-&automake-version; and Perl-&perl-version;:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&automake-perl_fix-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> @@ -53,11 +49,6 @@ <screen><userinput remap="make">make</userinput></screen> - <para>Fix a couple of minor bugs in the test suite:</para> - -<screen><userinput remap="pre">sed -i -e "s/yacc/lex/" t/lex-clean.sh -sed -i -e "s/cc/'non-root cc'/" t/dist-readonly.sh</userinput></screen> - <para>To test the results, issue:</para> <screen><userinput remap="test">make check</userinput></screen> |