comparison configure.in @ 27:28fec0c67646

make add/remove commands configureable
author carl
date Sun, 12 Feb 2006 10:54:03 -0800
parents caff690d7766
children 601bc0e075e1
comparison
equal deleted inserted replaced
26:00bd0b0ef015 27:28fec0c67646
1 AC_INIT(configure.in) 1 AC_INIT(configure.in)
2 2
3 AM_CONFIG_HEADER(config.h) 3 AM_CONFIG_HEADER(config.h)
4 AM_INIT_AUTOMAKE(syslog2iptables,1.2) 4 AM_INIT_AUTOMAKE(syslog2iptables,1.3)
5 AC_PATH_PROGS(BASH, bash) 5 AC_PATH_PROGS(BASH, bash)
6 6
7 AC_LANG_CPLUSPLUS 7 AC_LANG_CPLUSPLUS
8 AC_PROG_CXX 8 AC_PROG_CXX
9 AM_PROG_LIBTOOL 9 AM_PROG_LIBTOOL