Mercurial > dnsbl
comparison configure.in @ 203:92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Document DCC greylisting and bulk detection usage. Fix DCC bulk
thresholds of many. Update spec file for fedora packaging.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 04 Mar 2008 21:42:51 -0800 |
parents | 752d4315675c |
children | 4db1457cd11a |
comparison
equal
deleted
inserted
replaced
202:ae0585d64dd2 | 203:92a5c866bdfa |
---|---|
1 | 1 |
2 AC_PREREQ(2.59) | 2 AC_PREREQ(2.59) |
3 AC_INIT(dnsbl,6.16,carl@five-ten-sg.com) | 3 AC_INIT(dnsbl,6.17,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 |
9 # Checks for programs. | 9 # Checks for programs. |
10 AC_PATH_PROG(BASH, bash) | 10 AC_PATH_PROG(BASH, bash) |
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 |