From 90e1c012729803476a6a03e4284a69e0fbedb437 Mon Sep 17 00:00:00 2001 From: Ileana Dumitrescu Date: Thu, 7 Nov 2024 18:07:19 +0200 Subject: [PATCH] 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 83f1ad4f0..1801dd569 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 -- 2.39.5