From 2ca4c3261892bc056071f2eb5d6105cbe5c90f3d Mon Sep 17 00:00:00 2001 From: pgen Date: Mon, 19 Dec 2016 22:59:14 +0100 Subject: Improve the configure process Use the macro "AC_CONFIG_AUX_DIR" to isolate the auxiliary build tools in a dedicated directory. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 61d1350..8e9f135 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ AC_PREREQ([2.69]) AC_INIT([smenu], [my_version], [p.gen.progs@gmail.com]) AC_CONFIG_SRCDIR([smenu.c]) AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2 foreign -Wall]) AM_SILENT_RULES([yes]) -- cgit v1.2.3