diff options
Diffstat (limited to 'chapter06/automake.xml')
-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> |