annotate configure.in @ 122:e8971c595845
stable-5-14
fix typo in multi.surbl.org name
author |
carl |
date |
Mon, 13 Mar 2006 08:45:54 -0800 |
parents |
1d9e6c1b8872 |
children |
ecd97e7eb1f0 |
rev |
line source |
105
|
1 AC_INIT(configure.in)
|
|
2
|
|
3 AM_CONFIG_HEADER(config.h)
|
122
|
4 AM_INIT_AUTOMAKE(dnsbl,5.14)
|
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 )
|