--- .gitignore | 6 +----- configure.ac | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 07b1ff5..a3168e4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,12 +18,8 @@ modules.order /aclocal.m4 /autom4te.cache/ -/compile +/build-aux/ /config.* /configure -/depcomp -/install-sh /libtool -/ltmain.sh -/missing /stamp-h1 diff --git a/configure.ac b/configure.ac index 692f740..e277d05 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ dnl Boilerplate AC_INIT([ipset], [6.10], [kadlec@xxxxxxxxxxxxxxxxx]) +AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER([config.h]) -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html