I have the following in configure.ac:
AC_CHECK_PROGS(MAKE,$MAKE make gmake,error) if test \"x$MAKE\" = \"xerror\" ;then AC_MSG_ERROR([cannot find a make co