aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/automake-inst.xml
blob: a15fd7f82ecb00655bf728c8474e45182215e17b (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>

<blockquote><literallayout>

	<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
	<userinput>make install</userinput>

</literallayout></blockquote>

</sect2>