From 598c7ede37a57343b657ea2722ab10c411fe538e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 25 Dec 2008 19:57:12 +0100 Subject: [PATCH] Xtables-addons 1.7 --- Makefile.am | 1 + configure.ac | 8 +++++--- m4/.gitignore | 2 ++ xtables-addons.8.in | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 m4/.gitignore diff --git a/Makefile.am b/Makefile.am index 9493d19..00a10f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ # -*- Makefile -*- +ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign subdir-objects SUBDIRS = extensions diff --git a/configure.ac b/configure.ac index 3e980aa..8a67ed0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,9 @@ -AC_INIT([xtables-addons], [1.6]) +AC_INIT([xtables-addons], [1.7]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIR([m4]) AC_PROG_INSTALL -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([-Wall]) AC_PROG_CC AM_PROG_CC_C_O AC_DISABLE_STATIC @@ -63,4 +64,5 @@ AC_SUBST([kinclude_CFLAGS]) AC_SUBST([kbuilddir]) AC_SUBST([ksourcedir]) AC_SUBST([xtlibdir]) -AC_OUTPUT([Makefile extensions/GNUmakefile extensions/ipset/GNUmakefile]) +AC_CONFIG_FILES([Makefile extensions/GNUmakefile extensions/ipset/GNUmakefile]) +AC_OUTPUT diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..64d9bbc --- /dev/null +++ b/m4/.gitignore @@ -0,0 +1,2 @@ +/libtool.m4 +/lt*.m4 diff --git a/xtables-addons.8.in b/xtables-addons.8.in index a0ce83c..b62c6b3 100644 --- a/xtables-addons.8.in +++ b/xtables-addons.8.in @@ -1,4 +1,4 @@ -.TH xtables\-addons 8 2008\-11\-18 +.TH xtables\-addons 8 "v1.7 (2008\-12\-25)" "" "v1.7 (2008\-12\-25)" .SH NAME Xtables\-addons - additional extensions for iptables, ip6tables, etc. .SH TARGETS