finished 1.10
[linux_from_scratch.git] / BOOK / chapter06 / autoconf-inst.xml
blob1f7e7ce927d24bd87ce59631ec8180a6bac2274e
1 <sect2>
2 <title>Installation of Autoconf</title>
4 <para>Install Autoconf by running the following commands:</para>
6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
7 make &amp;&amp;
8 make install</userinput></screen></para>
10 </sect2>