summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-12-17 16:35:04 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-12-23 21:24:48 +0100
commit4f3fe23ce9a6b11810ebf862122d08460ed44567 (patch)
tree053e43c7cd4248a6e631e4156735cdf2a60c4cfb
parent2c41c69dfcb0c8d7ceeda8299be11e87d1e73623 (diff)
build: use AC_CONFIG_AUX_DIR and stash away tools
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
-rw-r--r--.gitignore6
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 07b1ff5..a3168e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,12 +18,8 @@ modules.order
/aclocal.m4
/autom4te.cache/
-/compile
+/build-aux/
/config.*
/configure
-/depcomp
-/install-sh
/libtool
-/ltmain.sh
-/missing
/stamp-h1
diff --git a/configure.ac b/configure.ac
index 692f740..e277d05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
dnl Boilerplate
AC_INIT([ipset], [6.10], [kadlec@blackhole.kfki.hu])
+AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])