|
@@ -41,10 +41,6 @@
|
|
<sect2 role="installation">
|
|
<sect2 role="installation">
|
|
<title>Installation of Automake</title>
|
|
<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>
|
|
<para>Prepare Automake for compilation:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/automake-&automake-version;</userinput></screen>
|
|
<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>
|
|
<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>
|
|
<para>To test the results, issue:</para>
|
|
|
|
|
|
<screen><userinput remap="test">make check</userinput></screen>
|
|
<screen><userinput remap="test">make check</userinput></screen>
|