[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #62279] [build] add autoconf check for PNM tools
From: |
G. Branden Robinson |
Subject: |
[bug #62279] [build] add autoconf check for PNM tools |
Date: |
Mon, 11 Apr 2022 20:56:34 -0400 (EDT) |
Update of bug #62279 (project groff):
Status: None => Invalid
Assigned to: None => gbranden
Open/Closed: Open => Closed
_______________________________________________________
Follow-up Comment #1:
This is already done; it was just hiding behind an m4 macro name that did not
illuminate much for me.
AC_DEFUN([GROFF_HTML_PROGRAMS],
[make_htmldoc=
make_install_htmldoc=
make_uninstall_htmldoc=
make_htmlexamples=
make_install_htmlexamples=
make_uninstall_htmlexamples=
AC_REQUIRE([GROFF_GHOSTSCRIPT_PATH])
missing=
AC_FOREACH([groff_prog],
[pnmcut pnmcrop pnmtopng psselect pnmtops],
[AC_CHECK_PROG(groff_prog, groff_prog, [found], [missing])
if test $[]groff_prog = missing; then
missing="$missing 'groff_prog'"
fi;])
[...]
Closing as invalid.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62279>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/