dnl Autoconf macro to check for the existence of Perl dnl $Id: ps-check.m4,v 1.1.2.1 2002-02-08 16:30:17 jmarcus Exp $ AC_DEFUN([AC_PROG_PS], [ AC_REQUIRE([AC_EXEEXT])dnl test x$PS = x && AC_PATH_PROG(PS, ps$EXEEXT, ps$EXEEXT) test x$PS = x && AC_MSG_ERROR([no acceptable ps found in \$PATH]) ]) AC_SUBST(PS)