diff options
Diffstat (limited to 'chapter06/libtool.xml')
-rw-r--r-- | chapter06/libtool.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index 0cd065c3b..5c212f9e2 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -3,25 +3,31 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-libtool" xreflabel="Libtool"> +<sect1 id="ch-system-libtool" xreflabel="Libtool" role="wrap"> <title>Libtool-&libtool-version;</title> <?dbhtml filename="libtool.html"?> <indexterm zone="ch-system-libtool"><primary sortas="a-Libtool">Libtool</primary></indexterm> +<sect2 role="package"><title/> <para>The Libtool package contains the GNU generic library support script. It wraps the complexity of using shared libraries in a consistent, portable interface.</para> -<screen>&buildtime; 1.5 SBU -&diskspace; 20 MB</screen> - -<para>Libtool installation depends on: Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, Grep, Make, Sed.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>1.5 SBU</seg><seg>20 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Libtool installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, +GCC, Glibc, Grep, Make, Sed</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Libtool</title> <para>Prepare Libtool for compilation:</para> |