bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 04/19] Clarify Ada-related configuration check messages.


From: G. Branden Robinson
Subject: [PATCH 04/19] Clarify Ada-related configuration check messages.
Date: Fri, 27 Oct 2023 11:43:48 -0500

* Ada95/aclocal.m4:
* aclocal.m4: Do it.
---
 Ada95/aclocal.m4 | 10 +++++-----
 aclocal.m4       |  8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/Ada95/aclocal.m4 b/Ada95/aclocal.m4
index f14cfaee..f7c84821 100644
--- a/Ada95/aclocal.m4
+++ b/Ada95/aclocal.m4
@@ -4741,7 +4741,7 @@ dnl CF_WITH_ADA_COMPILER version: 2 updated: 2010/06/26 
17:35:58
 dnl --------------------
 dnl Command-line option to specify the Ada95 compiler.
 AC_DEFUN([CF_WITH_ADA_COMPILER],[
-AC_MSG_CHECKING(for ada-compiler)
+AC_MSG_CHECKING(for Ada95 compiler)
 AC_ARG_WITH(ada-compiler,
        [  --with-ada-compiler=CMD specify Ada95 compiler command (default 
gnatmake)],
        [cf_ada_compiler=$withval],
@@ -4754,7 +4754,7 @@ dnl CF_WITH_ADA_INCLUDE version: 2 updated: 2010/06/26 
17:35:58
 dnl -------------------
 dnl Command-line option to specify where Ada includes will install.
 AC_DEFUN([CF_WITH_ADA_INCLUDE],[
-AC_MSG_CHECKING(for ada-include)
+AC_MSG_CHECKING(for Ada95 include directory)
 CF_WITH_PATH(ada-include,
    [  --with-ada-include=DIR  Ada includes are in DIR],
    ADA_INCLUDE,
@@ -4771,7 +4771,7 @@ dnl -------------------
 dnl Command-line option to specify how to name the resulting Ada library.
 dnl $1 = default value
 AC_DEFUN([CF_WITH_ADA_LIBNAME],[
-AC_MSG_CHECKING(for ada-libname)
+AC_MSG_CHECKING(for Ada95 curses library name)
 AC_ARG_WITH(ada-libname,
    [  --with-ada-libname=XXX  override default Ada library-name],
    ADA_LIBNAME=[$]withval,
@@ -4789,7 +4789,7 @@ dnl CF_WITH_ADA_OBJECTS version: 2 updated: 2010/06/26 
17:35:58
 dnl -------------------
 dnl Command-line option to specify where Ada objects will install.
 AC_DEFUN([CF_WITH_ADA_OBJECTS],[
-AC_MSG_CHECKING(for ada-objects)
+AC_MSG_CHECKING(for Ada95 object directory)
 CF_WITH_PATH(ada-objects,
    [  --with-ada-objects=DIR  Ada objects are in DIR],
    ADA_OBJECTS,
@@ -4805,7 +4805,7 @@ dnl Command-line option to specify if an Ada95 
shared-library should be built,
 dnl and optionally what its soname should be.
 AC_DEFUN([CF_WITH_ADA_SHAREDLIB],[
 AC_REQUIRE([CF_GNAT_PROJECTS])
-AC_MSG_CHECKING(if an Ada95 shared-library should be built)
+AC_MSG_CHECKING(whether to build an Ada95 shared library)
 AC_ARG_WITH(ada-sharedlib,
        [  --with-ada-sharedlib=soname build shared-library (requires GNAT 
projects)],
        [with_ada_sharedlib=$withval],
diff --git a/aclocal.m4 b/aclocal.m4
index 2c713750..b7552ed1 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -8957,7 +8957,7 @@ dnl CF_WITH_ADA_COMPILER version: 2 updated: 2010/06/26 
17:35:58
 dnl --------------------
 dnl Command-line option to specify the Ada95 compiler.
 AC_DEFUN([CF_WITH_ADA_COMPILER],[
-AC_MSG_CHECKING(for ada-compiler)
+AC_MSG_CHECKING(for Ada95 compiler)
 AC_ARG_WITH(ada-compiler,
        [  --with-ada-compiler=CMD specify Ada95 compiler command (default 
gnatmake)],
        [cf_ada_compiler=$withval],
@@ -8970,7 +8970,7 @@ dnl CF_WITH_ADA_INCLUDE version: 2 updated: 2010/06/26 
17:35:58
 dnl -------------------
 dnl Command-line option to specify where Ada includes will install.
 AC_DEFUN([CF_WITH_ADA_INCLUDE],[
-AC_MSG_CHECKING(for ada-include)
+AC_MSG_CHECKING(for Ada95 include directory)
 CF_WITH_PATH(ada-include,
    [  --with-ada-include=DIR  Ada includes are in DIR],
    ADA_INCLUDE,
@@ -8987,7 +8987,7 @@ dnl -------------------
 dnl Command-line option to specify how to name the resulting Ada library.
 dnl $1 = default value
 AC_DEFUN([CF_WITH_ADA_LIBNAME],[
-AC_MSG_CHECKING(for ada-libname)
+AC_MSG_CHECKING(for Ada95 curses library name)
 AC_ARG_WITH(ada-libname,
    [  --with-ada-libname=XXX  override default Ada library-name],
    ADA_LIBNAME=[$]withval,
@@ -9005,7 +9005,7 @@ dnl CF_WITH_ADA_OBJECTS version: 2 updated: 2010/06/26 
17:35:58
 dnl -------------------
 dnl Command-line option to specify where Ada objects will install.
 AC_DEFUN([CF_WITH_ADA_OBJECTS],[
-AC_MSG_CHECKING(for ada-objects)
+AC_MSG_CHECKING(for Ada95 object directory)
 CF_WITH_PATH(ada-objects,
    [  --with-ada-objects=DIR  Ada objects are in DIR],
    ADA_OBJECTS,
-- 
2.30.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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