--- .gitignore | 6 +----- configure.ac | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 7de29d0..928e44b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,11 +8,7 @@ Makefile.in /aclocal.m4 /autom4te.cache/ +/build-aux/ /config.* /configure -/depcomp -/install-sh /libtool -/ltmain.sh -/missing -/ylwrap diff --git a/configure.ac b/configure.ac index 64d354f..3d536d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT(conntrack-tools, 1.0.0, pablo@xxxxxxxxxxxxx) +AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST - AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6]) -- 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