view configure.in @ 147:812c80305f26 stable-5-26

fix 5.23 bug and add fsa debug logging
author carl
date Mon, 04 Dec 2006 21:49:09 -0800
parents 9b9bab1d3c21
children 9330b8d6a56b
line wrap: on
line source

AC_INIT(configure.in)

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