summaryrefslogtreecommitdiff
path: root/font
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-21 18:57:58 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-22 03:28:10 -0600
commit2706c735b3c89411d2bcf6e8c31ec8796feab174 (patch)
tree882e456a87921839a828de263726dcd5cc4b5d93 /font
parent5486b5bc09f394d2697e32e2f2b887eea93f4b14 (diff)
downloadgroff-git-2706c735b3c89411d2bcf6e8c31ec8796feab174.tar.gz
[gropdf]: Fix Savannah #63824 (2/2).
[gropdf]: Revise tests to run unconditionally, rather than configuring them away at build time, which can cause a distribution archive to be incorrectly structured. Update configuration notices when optional dependencies are absent. * font/devpdf/devpdf.am (font_devpdf_TESTS): Remove `USE_GROPDF` and `HAVE_URW_FONTS` conditionals. * m4/groff.m4 (GROFF_GROPDF_PROGRAM_NOTICE, GROFF_URW_FONTS_NOTICE): Warn reader that a gropdf test failure is to be expected. Fixes <https://savannah.gnu.org/bugs/?63824> (2/2). ANNOUNCE: Update bug counts.
Diffstat (limited to 'font')
-rw-r--r--font/devpdf/devpdf.am9
1 files changed, 3 insertions, 6 deletions
diff --git a/font/devpdf/devpdf.am b/font/devpdf/devpdf.am
index ddf34e625..4b872182d 100644
--- a/font/devpdf/devpdf.am
+++ b/font/devpdf/devpdf.am
@@ -178,12 +178,9 @@ uninstall_devpdf:
rmdir $(DESTDIR)$(devpdffontdir); \
fi
-if USE_GROPDF
-font_devpdf_TESTS = font/devpdf/tests/check-default-foundry.sh
-if HAVE_URW_FONTS
-font_devpdf_TESTS += font/devpdf/tests/check-urw-foundry.sh
-endif
-endif
+font_devpdf_TESTS = \
+ font/devpdf/tests/check-default-foundry.sh \
+ font/devpdf/tests/check-urw-foundry.sh
TESTS += $(font_devpdf_TESTS)
EXTRA_DIST += $(font_devpdf_TESTS)