comparison 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
comparison
equal deleted inserted replaced
41:738d1f059183 42:d9ae11033b4b
1 1
2 AC_PREREQ(2.59) 2 AC_PREREQ(2.59)
3 AC_INIT(syslog2iptables,1.8,carl@five-ten-sg.com) 3 AC_INIT(syslog2iptables,1.9,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
9 # Checks for programs. 9 # Checks for programs.
10 AC_PATH_PROGS(BASH, bash) 10 AC_PATH_PROGS(BASH, bash)
11 if test "x$BASH" = x ; then
12 AC_MSG_ERROR([bash required for init script])
13 fi
11 AC_PROG_CXX 14 AC_PROG_CXX
12 AC_PROG_CC 15 AC_PROG_CC
13 AC_PROG_CPP 16 AC_PROG_CPP
14 AC_PROG_AWK 17 AC_PROG_AWK
15 AC_PROG_INSTALL 18 AC_PROG_INSTALL