bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 10/19] aclocal.m4 (CF_SHARED_OPTS): Recast checking/help messages


From: G. Branden Robinson
Subject: [PATCH 10/19] aclocal.m4 (CF_SHARED_OPTS): Recast checking/help messages.
Date: Fri, 27 Oct 2023 11:45:08 -0500

...so that I can understand them.  Make it clearer that the option
argument is optional.  Use brackets, not braces, to indicate an optional
argument.  Uncapitalize help description for consistency with other
messages.
---
 aclocal.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aclocal.m4 b/aclocal.m4
index d3e473bc..f6f5c0f8 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -7421,9 +7421,9 @@ AC_DEFUN([CF_SHARED_OPTS],
        cf_ld_rpath_opt=
        test "$cf_cv_enable_rpath" = yes && cf_ld_rpath_opt="$LD_RPATH_OPT"
 
-       AC_MSG_CHECKING(if release/abi version should be used for shared libs)
+       AC_MSG_CHECKING(whether to use release or ABI version in shared library 
file names)
        AC_ARG_WITH(shlib-version,
-       [  --with-shlib-version=X  Specify rel or abi version for shared libs],
+       [[  --with-shlib-version[={rel|abi}] use release or ABI version in 
shared library file names]],
        [test -z "$withval" && withval=auto
        case "$withval" in
        (yes)
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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