automake-inst.xml 279 B

1234567891011
  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 &amp;&amp;
  6. ln -s automake-1.7 /usr/share/automake</userinput></screen></para>
  7. </sect2>