annotate configure.in @ 14:2a7161b03b94
final documentation, rpm builds properly
author |
carl |
date |
Sat, 17 Dec 2005 17:06:28 -0800 |
parents |
a9b52f657f08 |
children |
0d65c3de34fd |
rev |
line source |
1
|
1 AC_INIT(configure.in)
|
|
2
|
|
3 AM_CONFIG_HEADER(config.h)
|
11
|
4 AM_INIT_AUTOMAKE(syslog2iptables,1.0)
|
9
|
5 AC_PATH_PROGS(BASH, bash)
|
1
|
6
|
|
7 AC_LANG_CPLUSPLUS
|
|
8 AC_PROG_CXX
|
|
9 AM_PROG_LIBTOOL
|
|
10
|
10
|
11 AC_OUTPUT( \
|
11
|
12 Makefile \
|
10
|
13 syslog2iptables.spec \
|
11
|
14 html/Makefile \
|
|
15 info/Makefile \
|
|
16 man/Makefile \
|
10
|
17 src/Makefile \
|
11
|
18 xml/Makefile \
|
|
19 xml/syslog2iptables \
|
10
|
20 )
|