From 39fe5d31f750044142d9dc575e18d603e1cf2919 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 17 Dec 2011 04:02:23 +0100 Subject: build: use AC_CONFIG_AUX_DIR and stash away tools --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 19d12e9..afb458e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ dnl Process this file with autoconf to create configure. AC_INIT([libnetfilter_queue], [1.0.0]) +AC_CONFIG_AUX_DIR([build-aux]) AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.3