Mercurial > syslog2iptables
view configure.in @ 14:2a7161b03b94
final documentation, rpm builds properly
author | carl |
---|---|
date | Sat, 17 Dec 2005 17:06:28 -0800 |
parents | a9b52f657f08 |
children | 0d65c3de34fd |
line wrap: on
line source
AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(syslog2iptables,1.0) 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 \ )