diff options
Diffstat (limited to 'chapter06/autoconf.xml')
-rw-r--r-- | chapter06/autoconf.xml | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/chapter06/autoconf.xml b/chapter06/autoconf.xml index 07b6b5cbe..7e6cc0151 100644 --- a/chapter06/autoconf.xml +++ b/chapter06/autoconf.xml @@ -3,23 +3,30 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-autoconf" xreflabel="Autoconf"> +<sect1 id="ch-system-autoconf" xreflabel="Autoconf" role="wrap"> <title>Autoconf-&autoconf-version;</title> <?dbhtml filename="autoconf.html"?> <indexterm zone="ch-system-autoconf"><primary sortas="a-Autoconf">Autoconf</primary></indexterm> +<sect2 role="package"><title/> <para>The Autoconf package contains programs for producing shell scripts that can automatically configure source code.</para> -<screen>&buildtime; 0.5 SBU -&diskspace; 7.7 MB</screen> - -<para>Autoconf installation depends on: Bash, Coreutils, Diffutils, Grep, -M4, Make, Perl, Sed.</para> - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.5 SBU</seg><seg>7.7 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Autoconf installation depends on</segtitle> +<seglistitem><seg>Bash, Coreutils, Diffutils, Grep, +M4, Make, Perl, Sed</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Autoconf</title> <para>Prepare Autoconf for compilation:</para> |