lfs/chapter06/automake-inst.xml
2001-04-16 02:04:19 +00:00

15 lines
284 B
XML

<sect2>
<title>Installation of Automake</title>
<para>
Install Automake by running the following commands:
</para>
<blockquote><literallayout>
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make install</userinput>
</literallayout></blockquote>
</sect2>