Billy's autoconf conversion.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2003-01-16 22:33:06 +00:00
parent a78a9b4e02
commit 9f155018a6
7 changed files with 37 additions and 16 deletions

View File

@ -1,5 +1,6 @@
<sect2> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<title>Autoconf Installation Dependencies</title>
<sect2><title>Autoconf Installation Dependencies</title>
<para>Last checked against version &autoconf-depversion;.</para> <para>Last checked against version &autoconf-depversion;.</para>

View File

@ -1,13 +1,9 @@
<sect2><title>Contents of Autoconf</title> <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2><title>Descriptions</title>
<para>Last checked against version &autoconf-contversion;.</para> <para>Last checked against version &autoconf-contversion;.</para>
<sect3><title>Program file descriptions</title>
<sect3><title>Program Files</title>
<para>autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate and
ifnames</para></sect3>
<sect3><title>Descriptions</title>
<sect4><title>autoconf</title> <sect4><title>autoconf</title>
<para>autoconf is a tool for producing shell scripts that automatically <para>autoconf is a tool for producing shell scripts that automatically
configure software source code packages to adapt to many kinds of configure software source code packages to adapt to many kinds of

View File

@ -0,0 +1,14 @@
<sect2><title>Contents of Autoconf</title>
<para>Last checked against version &autoconf-contversion;.</para>
<para>
Autoconf produces shell scripts which automatically configure source
code.</para>
<para>Autoconf installs the following:</para>
<sect3><title>Program Files</title>
<para>autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate and
ifnames</para></sect3>
</sect2>

View File

@ -3,6 +3,7 @@
<?dbhtml filename="autoconf.html" dir="appendixa"?> <?dbhtml filename="autoconf.html" dir="appendixa"?>
&aa-autoconf-down; &aa-autoconf-down;
&aa-autoconf-shortdesc;
&aa-autoconf-desc; &aa-autoconf-desc;
&aa-autoconf-dep; &aa-autoconf-dep;

View File

@ -1,11 +1,19 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2> <sect2>
<title>Installation of Autoconf</title> <title>Installation of Autoconf</title>
<para>Install Autoconf by running the following commands:</para> <para>Prepare Autoconf to be compiled:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp; <para><screen><userinput>
make &amp;&amp; ./configure --prefix=/usr</userinput></screen></para>
make install</userinput></screen></para>
<para>Continue with compiling the package:</para>
<para><screen><userinput>make</userinput></screen></para>
<para>And finish off installing the package:</para>
<para><screen><userinput>make install</userinput></screen></para>
</sect2> </sect2>

View File

@ -5,8 +5,8 @@
<screen>Estimated build time: &autoconf-time; <screen>Estimated build time: &autoconf-time;
Estimated required disk space: &autoconf-compsize;</screen> Estimated required disk space: &autoconf-compsize;</screen>
&c6-autoconf-inst; &aa-autoconf-shortdesc;
&aa-autoconf-desc;
&aa-autoconf-dep; &aa-autoconf-dep;
&c6-autoconf-inst;
</sect1> </sect1>

View File

@ -4,6 +4,7 @@
<!ENTITY c6-autoconf-inst SYSTEM "../chapter06/autoconf-inst.xml"> <!ENTITY c6-autoconf-inst SYSTEM "../chapter06/autoconf-inst.xml">
<!ENTITY aa-autoconf SYSTEM "../appendixa/autoconf.xml"> <!ENTITY aa-autoconf SYSTEM "../appendixa/autoconf.xml">
<!ENTITY aa-autoconf-shortdesc SYSTEM "../appendixa/autoconf-shortdesc.xml">
<!ENTITY aa-autoconf-desc SYSTEM "../appendixa/autoconf-desc.xml"> <!ENTITY aa-autoconf-desc SYSTEM "../appendixa/autoconf-desc.xml">
<!ENTITY aa-autoconf-dep SYSTEM "../appendixa/autoconf-dep.xml"> <!ENTITY aa-autoconf-dep SYSTEM "../appendixa/autoconf-dep.xml">
<!ENTITY aa-autoconf-down SYSTEM "../appendixa/autoconf-down.xml"> <!ENTITY aa-autoconf-down SYSTEM "../appendixa/autoconf-down.xml">