automake-inst.xml 258 B

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