2004-01-27 22:29:49 +00:00
|
|
|
<sect1 id="ch-system-autoconf" xreflabel="Autoconf">
|
2001-07-23 19:23:43 +01:00
|
|
|
<title>Installing Autoconf-&autoconf-version;</title>
|
2001-09-26 01:24:04 +01:00
|
|
|
<?dbhtml filename="autoconf.html" dir="chapter06"?>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
<para>The Autoconf package contains programs for producing shell scripts that
|
|
|
|
can automatically configure source code.</para>
|
|
|
|
|
2004-01-27 22:27:44 +00:00
|
|
|
<screen>&buildtime; &autoconf-time;
|
|
|
|
&diskspace; &autoconf-compsize;</screen>
|
2001-07-17 19:51:18 +01:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
&aa-autoconf-down;
|
2003-11-15 16:07:18 +00:00
|
|
|
&aa-autoconf-dep;
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Autoconf</title>
|
|
|
|
|
|
|
|
<para>Prepare Autoconf for compilation:</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
|
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
|
|
|
2004-02-07 10:48:55 +00:00
|
|
|
<para>To have the results tested, issue:
|
2004-02-09 22:44:26 +00:00
|
|
|
<userinput>make check</userinput>. This takes a long time, about 2 SBUs.</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<para>And install the package:</para>
|
|
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
&aa-autoconf-shortdesc;
|
|
|
|
&aa-autoconf-desc;
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect1>
|
2003-11-01 22:31:50 +00:00
|
|
|
|