X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=configure.ac;h=04458a7aff9a02684e15c35e0813e28e0c02097d;hp=0185ebaec1b6e609920d04146752d67745ab2e11;hb=6cbf7b63ffeece43c2a8edda95a322622cf35e78;hpb=2aa7088a54fda0cd67f3ee2eaae44706b85435c2 diff --git a/configure.ac b/configure.ac index 0185eba..04458a7 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.0.3) AM_INIT_AUTOMAKE([foreign]) dnl Only used temporarily while whenjobs.spec is contained in the @@ -105,6 +105,12 @@ 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