summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-12-19 22:59:14 +0100
committerpgen <p.gen.progs@gmail.com>2016-12-19 22:59:14 +0100
commit2ca4c3261892bc056071f2eb5d6105cbe5c90f3d (patch)
treec2e89536978d7a7f1e8e7b3f96202914096acb3c /configure.ac
parent31da404742e36118c8fd5262d5c96d6aea39e0f5 (diff)
Improve the configure process
Use the macro "AC_CONFIG_AUX_DIR" to isolate the auxiliary build tools in a dedicated directory.
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 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])