mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
libtool: Update documentation
* Makefile.am: Fix typo. * doc/libtool.texi: Add missing test case descriptions and specify option and command where missing in test case descriptions.
This commit is contained in:
parent
182c7b3e25
commit
a36e1d8d1e
@ -566,7 +566,7 @@ ASSORT = LC_ALL=C sort
|
||||
prologue = perl -ne '/^\#\#/ and exit; print' $(no_thanks)
|
||||
|
||||
# Generate THANKS using git log entries as far as possible, fixing
|
||||
# up ommisions and errors from NO-THANKS configuration.
|
||||
# up omissions and errors from NO-THANKS configuration.
|
||||
$(thanks): FORCE
|
||||
$(AM_V_GEN)if test -d '$(srcdir)/.git'; then \
|
||||
{ \
|
||||
|
@ -5284,10 +5284,19 @@ Tests include a demonstration of various scenarios related to using the
|
||||
are correctly linked and executed, and demonstrating flexibility in handling
|
||||
different installation paths and adapting to changing directory structures.
|
||||
|
||||
@item @file{tests/bug_42313.at}
|
||||
Tests that there are no conflicting warnings about AC_PROG_RANLIB by verifying
|
||||
no autoscan AC_PROG_RANLIB warning and checking that AC_PROG_RANLIB declaration
|
||||
has a warning.
|
||||
|
||||
@item @file{tests/bug_62343.at}
|
||||
Tests that the -no-canonical-prefixes flag is not removed from the linking
|
||||
Tests that the @option{-no-canonical-prefixes} flag is not removed from the linking
|
||||
command, but it is instead passed through to the linker.
|
||||
|
||||
@item @file{tests/bug_71489.at}
|
||||
Tests that the local version of an installed program is used both with and
|
||||
without an external library.
|
||||
|
||||
@item @file{tests/cdemo.at}
|
||||
Tests include a demonstration of @command{libtool} convenience libraries, a
|
||||
mechanism that allows build-time static libraries to be created, in a way that
|
||||
@ -5446,7 +5455,7 @@ Tests parsing of @file{.la} files including both correctly formed @file{.la}
|
||||
files and malformed or bogus @file{.la} files.
|
||||
|
||||
@item @file{tests/libtool.at}
|
||||
Tests basic libtool functionality including shell meta-character removal, lack
|
||||
Tests basic @command{libtool} functionality including shell meta-character removal, lack
|
||||
of supplied mode option, file extension handling, simple linking,
|
||||
@option{objectlist} flag usage, and @code{LT_SUPPORTED_TAG} usage.
|
||||
|
||||
@ -5492,7 +5501,7 @@ Tests @file{libltdl} (a @file{libdl} API for @code{dlopen}) with an extern C++
|
||||
function.
|
||||
|
||||
@item @file{tests/ltdl-api.at}
|
||||
Tests that libtool doesn't mangle @file{gnulib} @code{argv} names.
|
||||
Tests that @command{libtool} doesn't mangle @file{gnulib} @code{argv} names.
|
||||
|
||||
@item @file{tests/ltdl-libdir.at}
|
||||
Tests if @file{ltdl} can find an installed module using the @code{libdir}
|
||||
|
Loading…
Reference in New Issue
Block a user