aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/automake-inst.xml
blob: acca9868a73a59120b907f662c73c1ab11f7f19e (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 &amp;&amp;
make install</userinput></screen></para>

</sect2>