comparison configure.in @ 61:d80641be405b stable-1-0-15

add script to build syslog2iptables.conf
author Carl Byington <carl@five-ten-sg.com>
date Sat, 04 Oct 2014 10:01:32 -0700
parents b45dddebe8fc
children 60f59936fabb
comparison
equal deleted inserted replaced
60:a20b31625b44 61:d80641be405b
1 1
2 AC_PREREQ(2.59) 2 AC_PREREQ(2.59)
3 AC_INIT(syslog2iptables,1.14,carl@five-ten-sg.com) 3 AC_INIT(syslog2iptables,1.15,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