Mercurial > dnsbl
comparison configure.in @ 177:a4d313c2460b
start embedded dcc filtering
author | carl |
---|---|
date | Sun, 30 Sep 2007 10:27:14 -0700 |
parents | da0c41b9f672 |
children | 505283ab296c |
comparison
equal
deleted
inserted
replaced
176:4ec928b24bab | 177:a4d313c2460b |
---|---|
1 | 1 |
2 AC_PREREQ(2.59) | 2 AC_PREREQ(2.59) |
3 AC_INIT(dnsbl,6.10,carl@five-ten-sg.com) | 3 AC_INIT(dnsbl,6.11,carl@five-ten-sg.com) |
4 AC_CONFIG_SRCDIR([config.h.in]) | 4 AC_CONFIG_SRCDIR([config.h.in]) |
5 AC_CONFIG_HEADER([config.h]) | 5 AC_CONFIG_HEADER([config.h]) |
6 | 6 |
7 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) | 7 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) |
8 | 8 |
11 if test "x$BASH" = x ; then | 11 if test "x$BASH" = x ; then |
12 AC_MSG_ERROR([bash required for init script]) | 12 AC_MSG_ERROR([bash required for init script]) |
13 fi | 13 fi |
14 AC_PATH_PROG(SPAMC, spamc) | 14 AC_PATH_PROG(SPAMC, spamc) |
15 if test "x$SPAMC" = x ; then | 15 if test "x$SPAMC" = x ; then |
16 AC_MSG_WARN([Spamc not found. SpamAssassin filtering disabled]) | 16 AC_MSG_WARN([spamc not found. SpamAssassin filtering disabled]) |
17 fi | 17 fi |
18 AC_PROG_CXX | 18 AC_PROG_CXX |
19 AC_PROG_CC | 19 AC_PROG_CC |
20 AC_PROG_CPP | 20 AC_PROG_CPP |
21 AC_PROG_INSTALL | 21 AC_PROG_INSTALL |