bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 07/19] aclocal.m4, configure.in: Adjust './configure --help' mess


From: G. Branden Robinson
Subject: [PATCH 07/19] aclocal.m4, configure.in: Adjust './configure --help' messages.
Date: Fri, 27 Oct 2023 11:44:27 -0500

* aclocal.m4: --with-libtool-opts, --with-export-syms,
  --with-versioned-syms, --with-x11-rgb
* configure.in: --with-pc-suffix, --with-install-prefix, --with-bool,
  --enable-signed-char, --with-extra-suffix
* test/aclocal.m4: --with-x11-rgb
---
 aclocal.m4      |  8 ++++----
 configure.in    | 10 +++++-----
 test/aclocal.m4 |  2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/aclocal.m4 b/aclocal.m4
index cc84ef46..31670bcc 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -9099,7 +9099,7 @@ AC_DEFUN([CF_WITH_EXPORT_SYMS],
 [
 AC_MSG_CHECKING(if exported-symbols file should be used)
 AC_ARG_WITH(export-syms,
-       [  --with-export-syms=XXX  limit exported symbols using libtool],
+       [  --with-export-syms=SYM-FILE limit symbols exported by libtool to 
those listed in SYM-FILE],
        [with_export_syms=$withval],
        [with_export_syms=no])
 if test "x$with_export_syms" = xyes
@@ -9301,7 +9301,7 @@ dnl       ./configure --enable-static
 AC_DEFUN([CF_WITH_LIBTOOL_OPTS],[
 AC_MSG_CHECKING(for additional libtool options)
 AC_ARG_WITH(libtool-opts,
-       [  --with-libtool-opts=XXX specify additional libtool options],
+       [  --with-libtool-opts=XXX give libtool additional options XXX],
        [with_libtool_opts=$withval],
        [with_libtool_opts=no])
 AC_MSG_RESULT($with_libtool_opts)
@@ -9798,7 +9798,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=X markup versioned symbols using ld],
+       [  --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
@@ -9964,7 +9964,7 @@ dnl       /usr/X11/lib/X11/rgb.txt
 AC_DEFUN([CF_WITH_X11_RGB],[
 AC_MSG_CHECKING(for X11 rgb file)
 AC_ARG_WITH(x11-rgb,
-       [  --with-x11-rgb=FILE   file containing X11 rgb information 
(EPREFIX/lib/X11/rgb.txt)],
+       [  --with-x11-rgb=FILE     obtain X11 color definitions from FILE 
(default: EPREFIX/lib/X11/rgb.txt)],
        [RGB_PATH=$withval],
        [RGB_PATH=auto])
 
diff --git a/configure.in b/configure.in
index 75bff858..375b110b 100644
--- a/configure.in
+++ b/configure.in
@@ -235,7 +235,7 @@ if test -z "$MAKE_PC_FILES"
 then
        AC_MSG_CHECKING(for suffix to add to pkg-config files)
 AC_ARG_WITH(pc-suffix,
-       [  --with-pc-suffix        suffixes pc-files],
+       [  --with-pc-suffix=XXX    suffix pkg-config files with XXX],
        [case "x$withval" in
        (xyes|xno)
                PC_MODULE_SUFFIX=
@@ -282,7 +282,7 @@ dnl adjust the location into which the actual install is 
done, so that an
 dnl archive can be built without modifying the host system's configuration.
 AC_MSG_CHECKING(for an installation directory prefix)
 AC_ARG_WITH(install-prefix,
-       [  --with-install-prefix   prefixes actual install-location ($DESTDIR)],
+       [  --with-install-prefix=DESTDIR use DESTDIR as installation directory 
prefix ($DESTDIR)],
        [case "x$withval" in
        (xyes|xno)
                ;;
@@ -565,7 +565,7 @@ CF_HELP_MESSAGE(Fine-Tuning Your Configuration:)
 AC_MSG_CHECKING(for extra suffix to append to header/library paths)
 EXTRA_SUFFIX=
 AC_ARG_WITH(extra-suffix,
-       [  --with-extra-suffix=X   append extra suffix to header/library paths],
+       [  --with-extra-suffix=X   append extra suffix X to header/library 
paths],
        [case x$withval in
        (xno)
                ;;
@@ -1063,7 +1063,7 @@ CF_WITH_X11_RGB
 ###   use option --with-bool to override bool's type
 AC_MSG_CHECKING(for type of bool)
 AC_ARG_WITH(bool,
-       [  --with-bool=TYPE        override fallback type of bool variable],
+       [  --with-bool=TYPE        fall back to TYPE for curses 'bool' typedef],
        [NCURSES_BOOL="$withval"],
        [NCURSES_BOOL=auto])
 AC_MSG_RESULT($NCURSES_BOOL)
@@ -1124,7 +1124,7 @@ else
 fi
 AC_MSG_CHECKING(whether to use signed chars for Boolean array in term.h)
 AC_ARG_ENABLE(signed-char,
-       [  --enable-signed-char    compile using signed Boolean's in term.h],
+       [  --enable-signed-char    use signed chars for Boolean array in 
term.h],
        [with_signed_char=$enableval],
        [with_signed_char=$cf_dft_signed_char])
 AC_MSG_RESULT($with_signed_char)
diff --git a/test/aclocal.m4 b/test/aclocal.m4
index 3df14cd5..d1f450be 100644
--- a/test/aclocal.m4
+++ b/test/aclocal.m4
@@ -4338,7 +4338,7 @@ dnl       /usr/X11/lib/X11/rgb.txt
 AC_DEFUN([CF_WITH_X11_RGB],[
 AC_MSG_CHECKING(for X11 rgb file)
 AC_ARG_WITH(x11-rgb,
-       [  --with-x11-rgb=FILE   file containing X11 rgb information 
(EPREFIX/lib/X11/rgb.txt)],
+       [  --with-x11-rgb=FILE   obtain X11 color definitions from FILE 
(default: EPREFIX/lib/X11/rgb.txt)],
        [RGB_PATH=$withval],
        [RGB_PATH=auto])
 
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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