libtool: update to 1.5.24

This commit is contained in:
Juergen Daubert 2007-07-06 08:51:44 +02:00
parent 92bfb67157
commit 1da4485163
5 changed files with 40 additions and 23 deletions

View File

@ -7,9 +7,9 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libltdl.a
-rwxr-xr-x root/root usr/lib/libltdl.la
lrwxrwxrwx root/root usr/lib/libltdl.so -> libltdl.so.3.1.4
lrwxrwxrwx root/root usr/lib/libltdl.so.3 -> libltdl.so.3.1.4
-rwxr-xr-x root/root usr/lib/libltdl.so.3.1.4
lrwxrwxrwx root/root usr/lib/libltdl.so -> libltdl.so.3.1.5
lrwxrwxrwx root/root usr/lib/libltdl.so.3 -> libltdl.so.3.1.5
-rwxr-xr-x root/root usr/lib/libltdl.so.3.1.5
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/libtool.1.gz

View File

@ -1,3 +1,3 @@
8e0ac9797b62ba4dcc8a2fb7936412b0 libtool-1.5.22.tar.gz
71c6c201f9ff14d81e5190819645da4a libtool.1
fe9f0cab98dea2ebb0afe3c9e3c274f1 libtoolize.1
d0071c890101fcf4f2be8934a37841b0 libtool-1.5.24.tar.gz
4aff97336d8ffd29572cdaa21dcfaaf7 libtool.1
ccfc1306aa57c2595b3a9218473deb48 libtoolize.1

View File

@ -3,8 +3,8 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=libtool
version=1.5.22
release=2
version=1.5.24
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \
libtool.1 libtoolize.1)

View File

@ -1,10 +1,10 @@
.TH LIBTOOL 1 "OCTOBER 1999" "Library Support" "User Manuals"
.TH LIBTOOL 1 "August 2003" "Library Support" "User Manuals"
.SH NAME
libtool \- generic library support script
libtool \- Provide generalized library-building support services.
.SH SYNOPSIS
.B libtool
.BI [ OPTION... ]
.BI [ MODE\-ARG... ]
.BI [ OPTION ] ...
.BI [ MODE\-ARG ] ...
.SH "DESCRIPTION"
The `libtool' program provides a standard way to generate both static
and shared libraries. It hides the complexities of platform\-specific
@ -51,15 +51,17 @@ If
.I MODE
is specified, it must be one of the following:
.IP
.B clean
Remove files from the build directory
.IP
.B compile
Compile a source file into a `libtool' object.
.IP
.B execute
Automatically set the library path so that another program can use
uninstalled libtool\-generated programs or libraries.
Automatically set the library path, then run a program.
.IP
.B finish
Complete the installation of libtool libraries on the system.
Complete the installation of libtool libraries.
.IP
.B install
Install libraries or executables.
@ -68,10 +70,20 @@ Install libraries or executables.
Create a library or an executable.
.IP
.B uninstall
Delete libraries or executables.
Remove libraries from an installed directory.
.TP
.B \-\-quiet
Same as `\-\-silent'.
.TP
.B \-\-silent
Don't print informational messages.
.TP
.B \-\-tag=TAG
Use configuration variables from tag
.I TAG
.TP
.B \-\-version
Print libtool version information and exit.
Print version information.
.P
The
.I MODE\-ARGS
@ -87,5 +99,8 @@ is interpreted by programs libtool invokes, rather than libtool itself.
Info system.
.SH AUTHOR
This manual page was created by Ossama Othman <ossama@debian.org>. It
is based entirely on the "Invoking Libtool" menu entry in the `libtool'
TEXINFO documentation.
is based on the "Invoking Libtool" menu entry in the `libtool' TEXINFO
documentation, and the output from the
.B \-\-help
option. It was updated for Libtool 1.5 by
Scott James Remnant <scott@netsplit.com>.

View File

@ -1,6 +1,4 @@
.TH LIBTOOLIZE 1
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.TH LIBTOOLIZE 1 "August 2003" "Library Support" "User Manuals"
.SH NAME
libtoolize \- add libtool support to your package
.SH SYNOPSIS
@ -23,6 +21,9 @@ your package, when `AC_PROG_LIBTOOL' appears in your `configure.in'.
Copy files from the libtool data directory rather than creating
symlinks.
.TP
.B \-\-debug
Enable verbose shell tracing
.TP
.B \-\-dry-run, \-n
Don't run any commands that modify the file system, just print them
out.
@ -58,4 +59,5 @@ Info system.
.SH AUTHOR
This manual page was written by Frederic Lepied <Lepied@debian.org>,
for the Debian GNU/Linux system (but may be used by others).
It was updated by Ossama Othman <ossama@debian.org>.
It was updated by Ossama Othman <ossama@debian.org> and updated for
Libtool 1.5 by Scott James Remnant <scott@netsplit.com>.