view configure.in @ 125:8b1562482b29

put hostname in smtp message for uribl style lookups
author carl
date Thu, 16 Mar 2006 15:20:37 -0800
parents ecd97e7eb1f0
children 05ae49d37896
line wrap: on
line source

AC_INIT(configure.in)

AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(dnsbl,5.16)
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               \
    )