Lines Matching refs:PS2PDF
1294 MAKE_PDF="$PS2PDF"
1767 # PS2PDF: returns the path of the ps2pdf program found
1772 # If the user sets the value of PS2PDF, AC_PATH_PROG skips testing the path.
1775 AC_ARG_VAR([PS2PDF], [Path to ps2pdf command])
1784 AC_PATH_PROG([PS2PDF], [ps2pdf])
1785 if test "x$PS2PDF" = "x"; then
1792 AC_PATH_PROG([PS2PDF], [ps2pdf])
1793 if test "x$PS2PDF" = "x"; then
1798 if test "x$PS2PDF" != "x"; then
1799 AC_MSG_WARN([ignoring PS2PDF environment variable since --with-ps2pdf=no was specified])