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/


Reply via email to