libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]


From: Ileana Dumitrescu
Date: Wed, 18 Sep 2024 10:25:23 -0400 (EDT)

branch: development
commit 4c5b082a517643dc0bcc5eb7c6dc96b8eb142dc5
Author: Ileana Dumitrescu <ileanadumitrescu95@gmail.com>
AuthorDate: Wed Sep 18 17:04:42 2024 +0300

    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.
---
 Makefile.am      |  2 +-
 doc/libtool.texi | 15 ++++++++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3c8f9c60..be00b969 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
          { \
diff --git a/doc/libtool.texi b/doc/libtool.texi
index a326de04..60ac4f02 100644
--- a/doc/libtool.texi
+++ b/doc/libtool.texi
@@ -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}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]