Lines Matching refs:PS2PDF
655 MAKE_PDF="$PS2PDF"
1312 # PS2PDF: returns the path of the ps2pdf program found
1317 # If the user sets the value of PS2PDF, AC_PATH_PROG skips testing the path.
1320 AC_ARG_VAR([PS2PDF], [Path to ps2pdf command])
1329 AC_PATH_PROG([PS2PDF], [ps2pdf])
1330 if test "x$PS2PDF" = "x"; then
1337 AC_PATH_PROG([PS2PDF], [ps2pdf])
1338 if test "x$PS2PDF" = "x"; then
1343 if test "x$PS2PDF" != "x"; then
1344 AC_MSG_WARN([ignoring PS2PDF environment variable since --with-ps2pdf=no was specified])