bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH] aclocal.m4: Document --with-versioned-syms argument as optional.


From: G. Branden Robinson
Subject: [PATCH] aclocal.m4: Document --with-versioned-syms argument as optional.
Date: Sun, 19 Nov 2023 02:34:51 -0600

---
 aclocal.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aclocal.m4 b/aclocal.m4
index 883f50f1..3e31a899 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -9797,7 +9797,7 @@ AC_REQUIRE([AC_PROG_EGREP])dnl
 
 AC_MSG_CHECKING(if versioned-symbols file should be used)
 AC_ARG_WITH(versioned-syms,
-       [  --with-versioned-syms=MAP-FILE version ELF shared library symbols 
per MAP-FILE],
+       [[  --with-versioned-syms[=MAP-FILE] version ELF shared library symbols 
(per MAP-FILE)]],
        [with_versioned_syms=$withval],
        [with_versioned_syms=no])
 case "x$with_versioned_syms" in
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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