summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-12-18 20:21:27 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-12-31 21:54:14 +0100
commitde26cd21f367d929a1aff41e268ce250ad49b04b (patch)
tree3e06df010bd03b94cda775048b6af4c485bdc576 /configure.ac
parent9e1bb81c7e9d2c402ac62e3955af144e49f96ad8 (diff)
build: use AC_CONFIG_AUX_DIR and stash away tools
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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