Mercurial > syslog2iptables
comparison configure.in @ 63:60f59936fabb
good authentication prevents ip blocking for awhile
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 19 Dec 2015 10:12:24 -0800 |
parents | d80641be405b |
children | 79f310d1bc46 |
comparison
equal
deleted
inserted
replaced
62:c30df5975c49 | 63:60f59936fabb |
---|---|
1 | 1 |
2 AC_PREREQ(2.59) | 2 AC_PREREQ(2.59) |
3 AC_INIT(syslog2iptables,1.15,carl@five-ten-sg.com) | 3 AC_INIT(syslog2iptables,1.16,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 |