summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-11-26 20:51:51 +0100
committerJan Engelhardt <jengelh@inai.de>2012-11-26 21:03:14 +0100
commitf3cd3fe95069ddab55263c6226d1176169fa28d8 (patch)
tree972e37cc115b71e3cd2d53d06943b7bb76f01ae5 /configure.ac
parent9d92564566255c157fd6c2c0ac92c1b640af25fa (diff)
downloadlibnl-f3cd3fe95069ddab55263c6226d1176169fa28d8.tar.gz
build: use AC_CONFIG_AUX_DIR
Stash all those scripts into a separate directory and ignore that. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 56966a1..e449117 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,6 +43,7 @@ m4_define([libnl_version],
AC_INIT(libnl, [libnl_version], [], [], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_HEADERS([lib/defs.h])
+AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)], [])