summaryrefslogtreecommitdiffstats
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
parentca7ba81e6598069057298fb2b0200ef93e62c313 (diff)
build: use AC_CONFIG_AUX_DIR and stash away tools
-rw-r--r--.gitignore6
-rw-r--r--configure.ac2
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@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])