Mercurial > syslog2iptables
view configure.in @ 29:e16a5fb390fa
make add/remove commands configureable
author | carl |
---|---|
date | Sun, 12 Feb 2006 11:19:11 -0800 |
parents | 28fec0c67646 |
children | 601bc0e075e1 |
line wrap: on
line source
AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(syslog2iptables,1.3) 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 \ )