comparison configure.in @ 48:ba0259c9e411 stable-1-0-11

Fixes to compile on Fedora 9 and for const correctness
author Carl Byington <carl@five-ten-sg.com>
date Thu, 29 May 2008 11:38:42 -0700
parents 4eaee1fcffa7
children 206448c00b55
comparison
equal deleted inserted replaced
47:a4861687fbd1 48:ba0259c9e411
1 1
2 AC_PREREQ(2.59) 2 AC_PREREQ(2.59)
3 AC_INIT(syslog2iptables,1.10,carl@five-ten-sg.com) 3 AC_INIT(syslog2iptables,1.11,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