view configure.in @ 25:caff690d7766

don't flush input chain, use -D option instead
author carl
date Wed, 01 Feb 2006 10:42:09 -0800
parents 0d65c3de34fd
children 28fec0c67646
line wrap: on
line source

AC_INIT(configure.in)

AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(syslog2iptables,1.2)
AC_PATH_PROGS(BASH, bash)

AC_LANG_CPLUSPLUS
AC_PROG_CXX
AM_PROG_LIBTOOL

AC_OUTPUT(                  \
    Makefile                \
    syslog2iptables.spec    \
    html/Makefile           \
    info/Makefile           \
    man/Makefile            \
    src/Makefile            \
    xml/Makefile            \
    xml/syslog2iptables     \
    )