Mercurial > syslog2iptables
diff configure.in @ 42:d9ae11033b4b stable-1-9
Add default config to firewall systems that send bounces to non-existant accounts.
Switch to Mercurial source control. Update spec file for fedora packaging.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 21 Mar 2008 14:02:32 -0700 |
parents | 6a2f26976898 |
children | 9e9f09cf411c |
line wrap: on
line diff
--- a/configure.in Fri Mar 21 08:51:24 2008 +0000 +++ b/configure.in Fri Mar 21 14:02:32 2008 -0700 @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT(syslog2iptables,1.8,carl@five-ten-sg.com) +AC_INIT(syslog2iptables,1.9,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) @@ -8,6 +8,9 @@ # Checks for programs. AC_PATH_PROGS(BASH, bash) +if test "x$BASH" = x ; then + AC_MSG_ERROR([bash required for init script]) +fi AC_PROG_CXX AC_PROG_CC AC_PROG_CPP