diff options
Diffstat (limited to 'chapter06/libtool.xml')
-rw-r--r-- | chapter06/libtool.xml | 41 |
1 files changed, 1 insertions, 40 deletions
diff --git a/chapter06/libtool.xml b/chapter06/libtool.xml index 830d38af8..dd31b45d7 100644 --- a/chapter06/libtool.xml +++ b/chapter06/libtool.xml @@ -10,9 +10,6 @@ <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> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -20,11 +17,6 @@ interface.</para> <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 role="installation"> @@ -50,38 +42,7 @@ GCC, Glibc, Grep, Make, Sed</seg></seglistitem> <sect2 id="contents-libtool" role="content"><title>Contents of Libtool</title> -<segmentedlist> -<segtitle>Installed programs</segtitle> -<segtitle>Installed libraries</segtitle> -<seglistitem><seg>libtool and libtoolize</seg><seg>libltdl.[a,so]</seg></seglistitem> -</segmentedlist> - -<variablelist><title>Short descriptions</title> - -<varlistentry id="libtool"> -<term><command>libtool</command></term> -<listitem> -<indexterm zone="ch-system-libtool libtool"><primary sortas="b-libtool">libtool</primary></indexterm> -<para>provides generalized library-building support services.</para> -</listitem> -</varlistentry> - -<varlistentry id="libtoolize"> -<term><command>libtoolize</command></term> -<listitem> -<indexterm zone="ch-system-libtool libtoolize"><primary sortas="b-libtoolize">libtoolize</primary></indexterm> -<para>provides a standard way to add libtool support to a package.</para> -</listitem> -</varlistentry> - -<varlistentry id="libltdl"> -<term><filename class="libraryfile">libltdl</filename></term> -<listitem> -<indexterm zone="ch-system-libtool libltdl"><primary sortas="c-libltdl">libltdl</primary></indexterm> -<para>hides the various difficulties of dlopening libraries.</para> -</listitem> -</varlistentry> -</variablelist> +<para>See testing</para> </sect2> |