summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-12-17 03:00:31 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-12-17 03:47:27 +0100
commite93557848224f68e8cdd3e87e10fdcef987fc051 (patch)
tree29be953f1e7095e8a5ebd874cbc49ae683729715 /configure.ac
parentca7ba81e6598069057298fb2b0200ef93e62c313 (diff)
build: use AC_CONFIG_AUX_DIR and stash away tools
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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@netfilter.org)
+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])