]> granicus.if.org Git - ipset/commitdiff
build: use AC_CONFIG_AUX_DIR and stash away tools
authorJan Engelhardt <jengelh@medozas.de>
Sat, 17 Dec 2011 15:35:04 +0000 (16:35 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Fri, 23 Dec 2011 20:24:48 +0000 (21:24 +0100)
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
.gitignore
configure.ac

index 07b1ff50b7ca0a048a78f574e267f28cc061eb44..a3168e46fd25516ab5c40c2fd75b5fe8f701a82a 100644 (file)
@@ -18,12 +18,8 @@ modules.order
 
 /aclocal.m4
 /autom4te.cache/
-/compile
+/build-aux/
 /config.*
 /configure
-/depcomp
-/install-sh
 /libtool
-/ltmain.sh
-/missing
 /stamp-h1
index 692f740df8c44105369514afa89cc4597974c169..e277d05ba9c5a7a4a2d7749a2fb233798539b8ca 100644 (file)
@@ -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])