Mercurial > dnsbl
view configure.in @ 142:b82e00146672 stable-5-22
always log smth auth rate counts
author | carl |
---|---|
date | Thu, 28 Sep 2006 08:43:32 -0700 |
parents | 4028de9b46dd |
children | ecb40aa3eaa5 |
line wrap: on
line source
AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(dnsbl,5.22) AC_PATH_PROGS(BASH, bash) AC_LANG_CPLUSPLUS AC_PROG_CXX AC_PROG_LIBTOOL AC_OUTPUT( \ Makefile \ dnsbl.spec \ html/Makefile \ info/Makefile \ man/Makefile \ src/Makefile \ xml/Makefile \ xml/dnsbl \ )