Lines Matching refs:PS2PDF
1715 MAKE_PDF="$PS2PDF"
2372 # PS2PDF: returns the path of the ps2pdf program found
2377 # If the user sets the value of PS2PDF, AC_PATH_PROG skips testing the path.
2380 AC_ARG_VAR([PS2PDF], [Path to ps2pdf command])
2389 AC_PATH_PROG([PS2PDF], [ps2pdf])
2390 if test "x$PS2PDF" = "x"; then
2397 AC_PATH_PROG([PS2PDF], [ps2pdf])
2398 if test "x$PS2PDF" = "x"; then
2403 if test "x$PS2PDF" != "x"; then
2404 AC_MSG_WARN([ignoring PS2PDF environment variable since --with-ps2pdf=no was specified])