diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-16 22:33:06 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-16 22:33:06 +0000 |
commit | 9f155018a6f72a06fab0dcd82c350d36a93922f5 (patch) | |
tree | dddcbf183b5ac6df1b92ddba42812b6409d9b3e7 /appendixa | |
parent | a78a9b4e02079d83f77938de92389b3d8b862c8a (diff) |
Billy's autoconf conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/autoconf-dep.xml | 5 | ||||
-rw-r--r-- | appendixa/autoconf-desc.xml | 12 | ||||
-rw-r--r-- | appendixa/autoconf-shortdesc.xml | 14 | ||||
-rw-r--r-- | appendixa/autoconf.xml | 1 |
4 files changed, 22 insertions, 10 deletions
diff --git a/appendixa/autoconf-dep.xml b/appendixa/autoconf-dep.xml index d91161aa4..90f6c9b6d 100644 --- a/appendixa/autoconf-dep.xml +++ b/appendixa/autoconf-dep.xml @@ -1,5 +1,6 @@ -<sect2> -<title>Autoconf Installation Dependencies</title> +<sect2><title> </title><para> </para></sect2> + +<sect2><title>Autoconf Installation Dependencies</title> <para>Last checked against version &autoconf-depversion;.</para> diff --git a/appendixa/autoconf-desc.xml b/appendixa/autoconf-desc.xml index d038efbed..7e4efa00d 100644 --- a/appendixa/autoconf-desc.xml +++ b/appendixa/autoconf-desc.xml @@ -1,13 +1,9 @@ -<sect2><title>Contents of Autoconf</title> +<sect2><title> </title><para> </para></sect2> -<para>Last checked against version &autoconf-contversion;.</para> - -<sect3><title>Program Files</title> -<para>autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate and -ifnames</para></sect3> - -<sect3><title>Descriptions</title> +<sect2><title>Descriptions</title> +<para>Last checked against version &autoconf-contversion;.</para> +<sect3><title>Program file descriptions</title> <sect4><title>autoconf</title> <para>autoconf is a tool for producing shell scripts that automatically configure software source code packages to adapt to many kinds of diff --git a/appendixa/autoconf-shortdesc.xml b/appendixa/autoconf-shortdesc.xml new file mode 100644 index 000000000..2e2fa141d --- /dev/null +++ b/appendixa/autoconf-shortdesc.xml @@ -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> diff --git a/appendixa/autoconf.xml b/appendixa/autoconf.xml index 9b8488f6b..2a4d43758 100644 --- a/appendixa/autoconf.xml +++ b/appendixa/autoconf.xml @@ -3,6 +3,7 @@ <?dbhtml filename="autoconf.html" dir="appendixa"?> &aa-autoconf-down; +&aa-autoconf-shortdesc; &aa-autoconf-desc; &aa-autoconf-dep; |