view configure.in @ 141:6256cab02248

cleanup smtp rate limit code
author carl
date Wed, 27 Sep 2006 08:11:38 -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               \
    )