blob: c3bbd13b3b39e52ba0e95e4de63b974b019c51ef (
plain)
1
2
3
4
5
6
7
8
9
10
|
<sect2>
<title>Installation of Automake</title>
<para>Install Automake by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &&</userinput>
<userinput>make install</userinput></screen></para>
</sect2>
|