Mercurial > syslog2iptables
comparison configure.in @ 44:9e9f09cf411c
Add fixes for Solaris from sm-archive.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 22 Mar 2008 10:58:24 -0700 |
parents | d9ae11033b4b |
children | 4eaee1fcffa7 |
comparison
equal
deleted
inserted
replaced
43:f7e118192ee6 | 44:9e9f09cf411c |
---|---|
1 | 1 |
2 AC_PREREQ(2.59) | 2 AC_PREREQ(2.59) |
3 AC_INIT(syslog2iptables,1.9,carl@five-ten-sg.com) | 3 AC_INIT(syslog2iptables,1.10,carl@five-ten-sg.com) |
4 AC_CONFIG_SRCDIR([config.h.in]) | 4 AC_CONFIG_SRCDIR([config.h.in]) |
5 AC_CONFIG_HEADER([config.h]) | 5 AC_CONFIG_HEADER([config.h]) |
6 | 6 |
7 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) | 7 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) |
8 | 8 |
33 # Checks for library functions. | 33 # Checks for library functions. |
34 AC_FUNC_FORK | 34 AC_FUNC_FORK |
35 AC_FUNC_GETPGRP | 35 AC_FUNC_GETPGRP |
36 AC_HEADER_STDC | 36 AC_HEADER_STDC |
37 AC_FUNC_STAT | 37 AC_FUNC_STAT |
38 AC_CHECK_FUNCS([gethostbyname inet_ntoa memchr memmove memset regcomp strdup strtol]) | 38 AC_CHECK_FUNCS([daemon gethostbyname inet_ntoa memchr memmove memset regcomp strdup strtol]) |
39 | 39 |
40 AC_CONFIG_FILES([Makefile | 40 AC_CONFIG_FILES([Makefile |
41 syslog2iptables.rc | 41 syslog2iptables.rc |
42 syslog2iptables.spec | 42 syslog2iptables.spec |
43 html/Makefile | 43 html/Makefile |