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