]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: Update documentation
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 18 Sep 2024 14:04:42 +0000 (17:04 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 18 Sep 2024 14:15:57 +0000 (17:15 +0300)
* Makefile.am: Fix typo.
* doc/libtool.texi: Add missing test case descriptions and specify
  option and command where missing in test case descriptions.

Makefile.am
doc/libtool.texi

index 3c8f9c600ebc57490301fbb8a21071e5d0986dd7..be00b96987c4e7aaf414d5d0fd549b556ab3d8ce 100644 (file)
@@ -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 \
          { \
index a326de04f037ea36bbc29580123640449845bc8e..60ac4f02cf9453fb37162178e4ced3ce32452c39 100644 (file)
@@ -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}