]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
build: use AC_CONFIG_AUX_DIR and stash away tools
authorJan Engelhardt <jengelh@medozas.de>
Sat, 17 Dec 2011 15:33:45 +0000 (16:33 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Sat, 17 Dec 2011 15:33:45 +0000 (16:33 +0100)
.gitignore
configure.ac

index cf1c1da3aecab2d2801e9515855c1d59ceea6d12..f1348b4c623ec226ee9d4c90666f92901935fce4 100644 (file)
@@ -14,11 +14,8 @@ Makefile.in
 # build system
 /aclocal.m4
 /autom4te.cache/
+/build-aux/
 /config.*
 /configure
-/depcomp
-/install-sh
 /libtool
-/ltmain.sh
-/missing
 /stamp-h1
index e8f842789525e95d44d5264bd2089a4d0bf36acd..5bb032e46b09e85e680da3ee217b71af0b2de01b 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.50])
 AC_INIT([ulogd], [2.0.0beta4])
-
+AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2 1.10b])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([m4])