X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=configure.ac;h=ea13ef8fb718c407ddecc352f3b3b76c67b2b43e;hp=b4853f640c9de013e56f7fa7c808e3c46735c31b;hb=c0946b57c0bba5fd3bf5a535156f116157cb7b2c;hpb=350d1284cb1152d0102bb20140b7edc893d78bef diff --git a/configure.ac b/configure.ac index b4853f6..ea13ef8 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -AC_INIT([whenjobs],0.0.2) +AC_INIT([whenjobs],[0.7.3]) AM_INIT_AUTOMAKE([foreign]) dnl Only used temporarily while whenjobs.spec is contained in the @@ -101,10 +101,16 @@ fi dnl Check for POD (for manual pages). AC_CHECK_PROG(PERLDOC,perldoc,perldoc) -if test "x$PERLDOC" = "xno"; then +if test "x$PERLDOC" = "x"; then AC_MSG_ERROR([You must install the perldoc program]) fi +dnl Check for mailx (for sending email). +AC_CHECK_PROG(MAILX,mailx,mailx) +if test "x$MAILX" = "x"; then + AC_MSG_ERROR([You must install the mailx program]) +fi + AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile daemon/Makefile