2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Autoconf</title>
|
|
|
|
|
2001-09-09 17:56:08 +01:00
|
|
|
<para>Autoconf-&autoconf-version; is known to be too new for some
|
|
|
|
applications. KDE-CVS is mostly reported not to work well with this
|
|
|
|
automake release and downgrading to version 2.13 is recommended if you
|
|
|
|
start experiencing any problems with this release.</para>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Autoconf by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-10-27 23:21:44 +01:00
|
|
|
<para><screen><userinput>./configure --prefix=/usr &&
|
|
|
|
make &&
|
|
|
|
make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|