Lines Matching refs:PS2PDF
289 MAKE_PDF="$PS2PDF"
946 # PS2PDF: returns the path of the ps2pdf program found
951 # If the user sets the value of PS2PDF, AC_PATH_PROG skips testing the path.
954 AC_ARG_VAR([PS2PDF], [Path to ps2pdf command])
963 AC_PATH_PROG([PS2PDF], [ps2pdf])
964 if test "x$PS2PDF" = "x"; then
971 AC_PATH_PROG([PS2PDF], [ps2pdf])
972 if test "x$PS2PDF" = "x"; then
977 if test "x$PS2PDF" != "x"; then
978 AC_MSG_WARN([ignoring PS2PDF environment variable since --with-ps2pdf=no was specified])