groff-commit
[Top][All Lists]
Advanced

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

[groff] 36/50: configure.ac: Revise configuration report.


From: G. Branden Robinson
Subject: [groff] 36/50: configure.ac: Revise configuration report.
Date: Sat, 21 May 2022 12:17:28 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit b47aebc69ecd2d9855033441e9888e6d306ec904
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri May 20 07:32:30 2022 -0500

    configure.ac: Revise configuration report.
    
    * configure.ac: Revise configuration report for intelligibility.  Add
      report of C++ compiler and flags used: we compile much more C++ than C
      code so this seems appropriate.  Report Perl interpreter version so
      that we can collect build reports and turn the ratchet past Perl 5.6.1
      at some point.  Fix X11 "resources" misnomer (application defaults are
      what is meant).  Rephrase generally.
---
 ChangeLog    | 10 ++++++++++
 configure.ac | 23 +++++++++++++----------
 2 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 27f95c0f..ee2e5ecb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2022-05-20  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * configure.ac: Revise configuration report for intelligibility.
+       Add report of C++ compiler and flags used: we compile much more
+       C++ than C code so this seems appropriate.  Report Perl
+       interpreter version so that we can collect build reports and
+       turn the ratchet past Perl 5.6.1 at some point.  Fix X11
+       "resources" misnomer (application defaults are what is meant).
+       Rephrase generally.
+
 2022-05-20  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * Makefile.am (EXTRA_DIST): Ship "ChangeLog.122" in distribution
diff --git a/configure.ac b/configure.ac
index 1ea4c377..7993558b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -209,27 +209,30 @@ AC_OUTPUT
 echo "
 ${PACKAGE_NAME} version ${PACKAGE_VERSION}
 ----------------------------------------------------------------------
- Prefix                          : ${prefix}
- Compiler                        : ${CC} ${CFLAGS} ${CPPFLAGS}"
+ installation prefix              : ${prefix}
+ C++ compiler                     : ${CXX} ${CXXFLAGS} ${CPPFLAGS}"
 if test "x$use_groff_allocator" = "xyes"; then
 echo "\
- Use groff allocator             : yes"
+ use libgroff's memory allocator  : yes"
 else
 echo "\
- Use groff allocator             : no"
+ use libgroff's memory allocator  : no"
 fi
+echo "\
+ C compiler                       : ${CC} ${CFLAGS} ${CPPFLAGS}
+ Perl interpreter version         : $perl_version"
 if test "x$groff_no_x" = "xyes"; then
 echo "\
- X11 support                     : no"
+ X11 support                      : disabled"
 else
 echo "\
- X11 support                     : yes
- X11 resources dir               : $appresdir"
+ X11 support                      : enabled
+ X11 app defaults directory       : $appresdir"
 fi
 echo "\
- URW fonts for pdf               : $groff_have_urw_fonts
- Use uchardet library for preconv: $groff_have_uchardet
- pdftools for distcheck          : $groff_have_pdftools"
+ use URW fonts for PDF output     : $groff_have_urw_fonts
+ preconv can use uchardet library : $groff_have_uchardet
+ tests can use PDF tools          : $groff_have_pdftools"
 echo "\
 ----------------------------------------------------------------------"
 



reply via email to

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