summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-02-08 07:49:36 (GMT)
committerGitHub <noreply@github.com>2021-02-08 07:49:36 (GMT)
commit5b0e0127e189c08e433ae25dbceead63da5ef2d7 (patch)
treebc9619a09931ac13904711ebf2721c7b2f355bce /configure.ac
parent30316cd27ab0a6f8cb2a96771661fc88e1b05a6b (diff)
parentd0e328c8ad357a705b6218e20f74ec1ec1869e8d (diff)
Merge pull request #1430 from cpackham/kconfig-update
Kconfig update
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 8151737..c4964df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,7 @@ AC_CONFIG_MACRO_DIR([m4])
# - Object files are generated in a subdirectory (new default in automake)
# - Request new tar format (old, tar-v7, breaks on long paths we have)
AM_INIT_AUTOMAKE([-Wall -Werror foreign no-dist-gzip dist-xz dist-bzip2 subdir-objects tar-pax])
+AM_SILENT_RULES([yes])
# To avoid stubbing autotools with missing script
AM_MAINTAINER_MODE([enable])