Mercurial > syslog2iptables
comparison configure.in @ 9:d76f9ff42487
initial coding
author | carl |
---|---|
date | Sat, 03 Dec 2005 13:54:47 -0800 |
parents | 551433a01cab |
children | 5dfe0138b4f9 |
comparison
equal
deleted
inserted
replaced
8:5f4549fc60b9 | 9:d76f9ff42487 |
---|---|
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, 0.1) | 4 AM_INIT_AUTOMAKE(syslog2iptables, 0.1) |
5 AC_PATH_PROGS(BASH, bash) | |
5 | 6 |
6 AC_LANG_CPLUSPLUS | 7 AC_LANG_CPLUSPLUS |
7 AC_PROG_CXX | 8 AC_PROG_CXX |
8 AM_PROG_LIBTOOL | 9 AM_PROG_LIBTOOL |
9 | 10 |