Xtables-addons 1.47

This commit is contained in:
Jan Engelhardt
2012-10-15 20:03:02 +02:00
parent 37b000182f
commit 2f1e094125
3 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
AC_INIT([xtables-addons], [1.46])
AC_INIT([xtables-addons], [1.47])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
@@ -64,7 +64,7 @@ if test -n "$kbuilddir"; then
else
echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
if test "$kmajor" -gt 3 -o "$kmajor" -eq 3 -a "$kminor" -gt 6; then
echo "WARNING: You are trying a newer kernel. Results may vary. :-)";
echo "WARNING: That kernel version is not officially supported.";
elif test "$kmajor" -eq 3; then
:;
elif test "$kmajor" -eq 2 -a "$kminor" -eq 6 -a "$kmicro" -ge 32; then