diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-21 19:38:32 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-21 19:38:32 +0000 |
commit | 3f0c882398e626cd92503b1bd964a32e89f818dc (patch) | |
tree | 73e2935fe138615f4ec2d430fb7fbf6ae8fa9a80 /chapter06/libtool.xml | |
parent | aaa3260c039e40d68545922b64199b039da6af7b (diff) |
Removed the text in chapter 06.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |