Lines Matching refs:check_program
175 sub check_program($$) subroutine
388 check_program("dvipng", 2) if ($pdf);
925 $python_cmd = check_program("python", 0) if (!$python_cmd);
958 check_program("virtualenv", 0);
969 check_program("make", 0);
970 check_program("gcc", 0);
972 check_program("dot", 1);
973 check_program("convert", 1);
976 check_program("xelatex", 2) if ($pdf);
977 check_program("rsvg-convert", 2) if ($pdf);
978 check_program("latexmk", 2) if ($pdf);