groff-commit
[Top][All Lists]
Advanced

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

[groff] 36/39: configure.ac: Report where URW fonts were located.


From: G. Branden Robinson
Subject: [groff] 36/39: configure.ac: Report where URW fonts were located.
Date: Sun, 9 Oct 2022 23:53:40 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 0b93f550d8d686326cf6701953bb0f5f590beb1a
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Oct 9 21:29:09 2022 -0500

    configure.ac: Report where URW fonts were located.
    
    * configure.ac: If URW fonts were located, add the directory where they
      were found to the configuration report.
    
    Attempts to fix <https://savannah.gnu.org/bugs/?62860> (2/2).
---
 ChangeLog    | 7 +++++++
 configure.ac | 8 +++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index bbb024544..66db6a51e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-10-09  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * configure.ac: If URW fonts were located, add the directory
+       where they were found to the configuration report.
+
+       Attempts to fix <https://savannah.gnu.org/bugs/?62860> (2/2).
+
 2022-10-09  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * m4/groff.m4: Try to make gropdf's search for URW font files
diff --git a/configure.ac b/configure.ac
index 350b32005..915fba9ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -243,7 +243,13 @@ else
 fi
 echo "\
  'groff -l' uses print spooler    : $groff_have_spooler
- use URW fonts for PDF output     : $groff_have_urw_fonts
+ use URW fonts for PDF output     : $groff_have_urw_fonts"
+if test "$groff_have_urw_fonts" = yes
+then
+ echo "\
+ URW fonts directory              : $urwfontsdir"
+fi
+echo "\
  preconv can use uchardet library : $groff_have_uchardet
  can build groff.dvi, groff.pdf   : $groff_use_tex
  tests can use poppler PDF tools  : $groff_have_pdftools



reply via email to

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