Lines Matching refs:PS2PDF
1872 MAKE_PDF="$PS2PDF"
2529 # PS2PDF: returns the path of the ps2pdf program found
2534 # If the user sets the value of PS2PDF, AC_PATH_PROG skips testing the path.
2537 AC_ARG_VAR([PS2PDF], [Path to ps2pdf command])
2546 AC_PATH_PROG([PS2PDF], [ps2pdf])
2547 if test "x$PS2PDF" = "x"; then
2554 AC_PATH_PROG([PS2PDF], [ps2pdf])
2555 if test "x$PS2PDF" = "x"; then
2560 if test "x$PS2PDF" != "x"; then
2561 AC_MSG_WARN([ignoring PS2PDF environment variable since --with-ps2pdf=no was specified])