diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 01:52:50 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 01:52:50 +0000 |
commit | 8f5e9ca39da4fb8fd1ea69497512a6b46cb1389f (patch) | |
tree | 48bfd88c84fffa087e81ae91546f690a69d5b00f /appendixa/libtool-shortdesc.xml | |
parent | 9c2045d706e807d24b6c2c05a4ba8349d8426d2b (diff) |
Billy's libtool conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2361 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/libtool-shortdesc.xml')
-rw-r--r-- | appendixa/libtool-shortdesc.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/appendixa/libtool-shortdesc.xml b/appendixa/libtool-shortdesc.xml new file mode 100644 index 000000000..64e57c823 --- /dev/null +++ b/appendixa/libtool-shortdesc.xml @@ -0,0 +1,19 @@ +<sect2><title>Contents of Libtool</title> + +<para>Last checked against version &libtool-contversion;.</para> + +<para>GNU libtool is a generic library support script. Libtool hides + the complexity of using shared libraries behind a consistent, + portable interface.</para> + +<para>Libtool installs the following:</para> + +<sect3><title>Program Files</title> +<para>libtool and libtoolize</para></sect3> + +<sect3><title>Library Files</title> +<para>libltdl.a, libltdl.so (link to libltdl.so.3.1.0), libltdl.so.3 +(link to libltdl.so.3.1.0) and libltdl.so.3.1.0</para></sect3> + +</sect2> + |