groff-commit
[Top][All Lists]
Advanced

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

[groff] 23/39: configure.ac: Fix code style and reporting nits.


From: G. Branden Robinson
Subject: [groff] 23/39: configure.ac: Fix code style and reporting nits.
Date: Tue, 31 May 2022 20:32:29 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 5e9d8d78cb523745af0c1e3b225b69162410bf4b
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon May 30 12:58:15 2022 -0500

    configure.ac: Fix code style and reporting nits.
    
    * configure.ac: In configuration report, say that we're reporting
      compiler options along with the compiler executable.  Fix leftover
      test(1) comparison with garbage, overlooked in commit faa22d89d2, 20
      May.
---
 ChangeLog    | 7 +++++++
 configure.ac | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 772ce565..33c39734 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-05-30  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * configure.ac: In configuration report, say that we're
+       reporting compiler options along with the compiler executable.
+       Fix leftover test(1) comparison with garbage, overlooked in
+       commit faa22d89d2, 20 May.
+
 2022-05-30  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * doc/doc.am (doc/meintro_fr.ps): Build with '-t' option.
diff --git a/configure.ac b/configure.ac
index 570f59db..62bcd40e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -211,11 +211,11 @@ echo "
 ${PACKAGE_NAME} version ${PACKAGE_VERSION}
 ----------------------------------------------------------------------
  installation prefix              : ${prefix}
- C++ compiler                     : ${CXX} ${CXXFLAGS} ${CPPFLAGS}
+ C++ compiler and options         : ${CXX} ${CXXFLAGS} ${CPPFLAGS}
  use libgroff's memory allocator  : $groff_use_own_allocator
- C compiler                       : ${CC} ${CFLAGS} ${CPPFLAGS}
+ C compiler and options           : ${CC} ${CFLAGS} ${CPPFLAGS}
  Perl interpreter version         : $perl_version"
-if test "x$groff_no_x" = "xyes"
+if test "$groff_no_x" = yes
 then
   echo "\
  X11 support                      : disabled"



reply via email to

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