This is an automated email from the git hooks/post-receive script. ildumi pushed a commit to branch development in repository libtool.
The following commit(s) were added to refs/heads/development by this push: new 90e1c012 ltmain.in: Update usage message for libtool 90e1c012 is described below commit 90e1c012729803476a6a03e4284a69e0fbedb437 Author: Ileana Dumitrescu <ileanadumitresc...@gmail.com> AuthorDate: Thu Nov 7 18:07:19 2024 +0200 ltmain.in: Update usage message for libtool * build-aux/ltmain.in: Add --test and --check usage information. --- build-aux/ltmain.in | 1 + 1 file changed, 1 insertion(+) diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index 83f1ad4f..1801dd56 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in @@ -141,6 +141,7 @@ usage_message="Options: --mode=MODE use operation mode MODE --no-warnings equivalent to '-Wnone' --preserve-dup-deps don't remove duplicate dependency libraries + --test, --check don't update shared library cache during testing --quiet, --silent don't print informational messages --tag=TAG use configuration variables from tag TAG -v, --verbose print more informational messages than default