bug-groff
[Top][All Lists]
Advanced

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

[bug #63808] configure gives incorrect information regarding pdf generat


From: G. Branden Robinson
Subject: [bug #63808] configure gives incorrect information regarding pdf generation
Date: Fri, 24 Feb 2023 10:23:49 -0500 (EST)

Follow-up Comment #63, bug #63808 (project groff):

I think a see a way now to produce gropdf tests that can be skipped depending
on parameters determined at configuration time.

We can use the _existing_ AC_SUBSTed "$GHOSTSCRIPT" and "$urwfontsdir" shell
variables to generate the two test scripts from .in files with the usual
sed-based @REPLACEMENT@ trick, and perform tests upon these variables.

So check-default-foundry.sh would do something like this:


if [ "$GHOSTSCRIPT" = no ] || [ "$GHOSTSCRIPT" = missing ]
then
  exit 77
fi


...and check-urw-foundry.sh something like this:


if [ -z "$urwfontsdir" ]
then
  exit 77
fi


I'll throw in messages about why skipping is happening, of course.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63808>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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