blob: 09a37845268a70e22862156b92d3615e24ce17d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<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>
|