]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
build: use AC_CONFIG_AUX_DIR and stash away tools
authorJan Engelhardt <jengelh@medozas.de>
Sun, 18 Dec 2011 19:21:27 +0000 (20:21 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Sat, 31 Dec 2011 20:54:14 +0000 (21:54 +0100)
.gitignore
configure.ac

index deed2210b0c2040a6f1447a165fec50eba06b203..8e082d2329fec7a1b6a4dd21be8aefe0ca5c0c6c 100644 (file)
@@ -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
index 298d551dae95c5cdb97dc37e7933e889a654e37a..5679098c979de78ca3fea559f8ee6ca8bdae665a 100644 (file)
@@ -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