gbranden pushed a commit to branch master
in repository groff.

commit 0b93f550d8d686326cf6701953bb0f5f590beb1a
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+
+       * 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 <[email protected]>
 
        * 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

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to