From 5efd1cffd87d5b414aea0faba397a3bce3e82383 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Mon, 9 Dec 2019 18:07:50 +0100 Subject: [PATCH] build: Put all GNU autotools support files in aux/ Signed-off-by: Joachim Nilsson --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 320d9e5..6d0259c 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,7 @@ AC_INIT([sysklogd], [2.1-dev], [https://github.com/troglobit/sysklogd/issues],, [https://github.com/troglobit/sysklogd]) +AC_CONFIG_AUX_DIR(aux) AM_INIT_AUTOMAKE([1.11 foreign subdir-objects]) LT_INIT([pic-only]) AM_SILENT_RULES([yes])