From 1c2c506d3ce3261c7b2aa7518c63cc8bd81fa9ad Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 20 Jan 2014 10:49:21 +0100 Subject: use new libnftnl library name Adapt the current code to use the new library name libnftnl. Signed-off-by: Pablo Neira Ayuso --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ca14d835..d0a8595a 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ AC_CHECK_LIB([mnl], [mnl_socket_open], , AC_MSG_ERROR([No suitable version of libmnl found])) AC_CHECK_LIB([nftables], [nft_rule_alloc], , - AC_MSG_ERROR([No suitable version of libnftables found])) + AC_MSG_ERROR([No suitable version of libnftnl found])) AC_CHECK_LIB([gmp], [__gmpz_init], , AC_MSG_ERROR([No suitable version of libgmp found])) -- cgit v1.2.3 From 6d0a165e402e6477203111ca9c7ce49f0a3fd758 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Mon, 20 Jan 2014 09:56:05 +0000 Subject: nftables: version 0.099 Signed-off-by: Patrick McHardy --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d0a8595a..b38295f2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ AC_PREREQ(2.61) AC_COPYRIGHT([Copyright (c) 2008 Patrick McHardy ]) -AC_INIT([nftables], [0.01-alpha1], [netfilter-devel@vger.kernel.org]) -AC_DEFINE([RELEASE_NAME], ["schäublefilter"], [Release name]) +AC_INIT([nftables], [0.099], [netfilter-devel@vger.kernel.org]) +AC_DEFINE([RELEASE_NAME], ["keith-alexander-filter"], [Release name]) AC_CONFIG_SRCDIR([src/rule.c]) AC_CONFIG_HEADER([config.h]) -- cgit v1.2.3