Mercurial > dnsbl
annotate configure.in @ 131:df355d117199
uribl lookups fully qualified; allow two component host names
author | carl |
---|---|
date | Tue, 01 Aug 2006 10:44:55 -0700 |
parents | 2b1a4701e856 |
children | f9917ce924a3 |
rev | line source |
---|---|
105 | 1 AC_INIT(configure.in) |
2 | |
3 AM_CONFIG_HEADER(config.h) | |
131
df355d117199
uribl lookups fully qualified; allow two component host names
carl
parents:
127
diff
changeset
|
4 AM_INIT_AUTOMAKE(dnsbl,5.19) |
105 | 5 AC_PATH_PROGS(BASH, bash) |
6 | |
7 AC_LANG_CPLUSPLUS | |
8 AC_PROG_CXX | |
109 | 9 AC_PROG_LIBTOOL |
105 | 10 |
11 AC_OUTPUT( \ | |
12 Makefile \ | |
13 dnsbl.spec \ | |
14 html/Makefile \ | |
15 info/Makefile \ | |
16 man/Makefile \ | |
17 src/Makefile \ | |
18 xml/Makefile \ | |
19 xml/dnsbl \ | |
20 ) |