Mercurial > dnsbl
comparison configure.in @ 162:c4bce911c276 stable-6-03
don't add auto whitelist for A to A
author | carl |
---|---|
date | Sat, 14 Jul 2007 12:25:17 -0700 |
parents | b3ed72ee6564 |
children | 97d7da45fe2a |
comparison
equal
deleted
inserted
replaced
161:d384df37491f | 162:c4bce911c276 |
---|---|
1 | 1 |
2 AC_PREREQ(2.59) | 2 AC_PREREQ(2.59) |
3 AC_INIT(dnsbl,6.02,carl@five-ten-sg.com) | 3 AC_INIT(dnsbl,6.03,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 |
32 AC_FUNC_GETPGRP | 32 AC_FUNC_GETPGRP |
33 AC_HEADER_STDC | 33 AC_HEADER_STDC |
34 AC_FUNC_STAT | 34 AC_FUNC_STAT |
35 AC_CHECK_FUNCS([gethostbyname gethostname memmove memset socket strchr strdup strncasecmp strrchr strstr strtol]) | 35 AC_CHECK_FUNCS([gethostbyname gethostname memmove memset socket strchr strdup strncasecmp strrchr strstr strtol]) |
36 | 36 |
37 # check for posix threads | |
38 ACX_PTHREAD | |
39 | |
37 AC_CONFIG_FILES([Makefile | 40 AC_CONFIG_FILES([Makefile |
38 dnsbl.spec | 41 dnsbl.spec |
39 html/Makefile | 42 html/Makefile |
40 info/Makefile | 43 info/Makefile |
41 man/Makefile | 44 man/Makefile |