automake-inst.xml 229 B

12345678910
  1. <sect2>
  2. <title>Installation of Automake</title>
  3. <para>Install Automake by running the following commands:</para>
  4. <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
  5. make install</userinput></screen></para>
  6. </sect2>