view configure.in @ 143:ecb40aa3eaa5 stable-5-23

require two periods for ip addresses
author carl
date Tue, 10 Oct 2006 19:12:16 -0700
parents 4028de9b46dd
children 31ff00ea6bfb
line wrap: on
line source

AC_INIT(configure.in)

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