From ec001d2a23a3b1740e8d004006c0fc0d7fb6e288 Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Sat, 18 Feb 2023 02:58:41 -0600 Subject: [build]: Detangle pdfroff, gropdf config (1/2). * m4/groff.m4 (GROFF_GROPDF_DEPENDENCIES_CHECK): Add `AC_REQUIRE`ment on `GROFF_URW_FONTS_CHECK`. Per discussion with Deri James, if _either_ Ghostscript or the URW fonts are avilable, gropdf will be fully functional, consequent to commit d5515, 22 June. Drop dependency on awk; it is used only at configuration time (in an Autoconf macro) and since Savannah #62775 was resolved (19 September), it has not been strictly necessary. (It is useful for searching more locations for URW fonts, but several others are searched even if it is absent.) Stop populating notice text here, instead moving it... (GROFF_GROPDF_PROGRAM_NOTICE): ...here, since it no longer needs to be dynamically constructed. Continues . Thanks to Deri James for the continued discussion. --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ecbe9905..f32bfc9cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2023-02-18 G. Branden Robinson + + [build]: Detangle "pdfroff" and "gropdf" configuration (1/2). + + * m4/groff.m4 (GROFF_GROPDF_DEPENDENCIES_CHECK): Add + `AC_REQUIRE`ment on `GROFF_URW_FONTS_CHECK`. Per discussion + with Deri James, if _either_ Ghostscript or the URW fonts are + avilable, gropdf will be fully functional, consequent to commit + d5515, 22 June. Drop dependency on awk; it is used only at + configuration time (in an Autoconf macro) and since Savannah + #62775 was resolved (19 September), it has not been strictly + necessary. (It is useful for searching more locations for URW + fonts, but several others are searched even if it is absent.) + Stop populating notice text here, instead moving it... + (GROFF_GROPDF_PROGRAM_NOTICE): ...here, since it no longer needs + to be dynamically constructed. + + Continues . Thanks to + Deri James for the continued discussion. + 2023-02-18 G. Branden Robinson [build]: Rename `GROFF_CHECK_GROPDF_PROGRAMS` macro to -- cgit v1.2.1