view 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
line wrap: on
line source

AC_INIT(configure.in)

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