Lines Matching refs:check_program
171 sub check_program($$) subroutine
381 check_program("dvipng", 2) if ($pdf);
873 $python_cmd = check_program("python", 0) if (!$python_cmd);
906 check_program("virtualenv", 0);
917 check_program("make", 0);
918 check_program("gcc", 0);
920 check_program("dot", 1);
921 check_program("convert", 1);
924 check_program("xelatex", 2) if ($pdf);
925 check_program("rsvg-convert", 2) if ($pdf);
926 check_program("latexmk", 2) if ($pdf);