From: Jan Engelhardt Date: Sun, 18 Dec 2011 19:21:27 +0000 (+0100) Subject: build: use AC_CONFIG_AUX_DIR and stash away tools X-Git-Tag: v1.4.13~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de26cd21f367d929a1aff41e268ce250ad49b04b;p=thirdparty%2Fiptables.git build: use AC_CONFIG_AUX_DIR and stash away tools --- diff --git a/.gitignore b/.gitignore index deed2210..8e082d23 100644 --- a/.gitignore +++ b/.gitignore @@ -23,16 +23,8 @@ Makefile.in /aclocal.m4 /autom4te.cache/ -/compile -/config.guess -/config.h* -/config.log -/config.status -/config.sub +/build-aux/ +/config.* /configure -/depcomp -/install-sh /libtool -/ltmain.sh -/missing /stamp-h1 diff --git a/configure.ac b/configure.ac index 298d551d..5679098c 100644 --- a/configure.ac +++ b/configure.ac @@ -5,6 +5,7 @@ AC_INIT([iptables], [1.4.12.1]) libxtables_vcurrent=7 libxtables_vage=0 +AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_INSTALL