From: Pablo Neira Ayuso Date: Fri, 16 Jul 2010 15:49:04 +0000 (+0200) Subject: build: bump version to 2.0.0beta4 and update dependencies X-Git-Tag: ulogd-2.0.0beta4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2929d47bf210cbbdeeebda5348756c5e59d602cc;p=thirdparty%2Fulogd2.git build: bump version to 2.0.0beta4 and update dependencies Signed-off-by: Pablo Neira Ayuso --- diff --git a/configure.ac b/configure.ac index 7053de7..e5a64fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([ulogd], [2.0.0beta3]) +AC_INIT([ulogd], [2.0.0beta4]) AM_INIT_AUTOMAKE([-Wall]) AC_CONFIG_HEADER([config.h]) @@ -36,7 +36,7 @@ CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused-parameter" dnl Check for the right nfnetlink version LIBNFNETLINK_REQUIRED=0.0.39 LIBNETFILTER_CONNTRACK_REQUIRED=0.0.95 -LIBNETFILTER_LOG_REQUIRED=0.0.15 +LIBNETFILTER_LOG_REQUIRED=1.0.0 PKG_CHECK_MODULES(LIBNFNETLINK, libnfnetlink >= $LIBNFNETLINK_REQUIRED,, AC_MSG_ERROR(Cannot find libnfnetlink >= $LIBNFNETLINK_REQUIRED))