summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2014-01-20 13:38:40 +0000
committerPatrick McHardy <kaber@trash.net>2014-01-20 13:38:40 +0000
commita085d80754af0be8e650724329187aa69e23630d (patch)
tree16775e6b7e402f89be5a1849f9dbae1c9f39153a /configure.ac
parent807b936bb3d9bb2c924c742a0548337089494968 (diff)
parent6d0a165e402e6477203111ca9c7ce49f0a3fd758 (diff)
Merge remote-tracking branch 'origin/master' into next-3.14
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ca14d835..b38295f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,8 @@
AC_PREREQ(2.61)
AC_COPYRIGHT([Copyright (c) 2008 Patrick McHardy <kaber@trash.net>])
-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])
@@ -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]))