summaryrefslogtreecommitdiff
path: root/libctf/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-11-25 23:36:57 -0500
committerMike Frysinger <vapier@gentoo.org>2021-11-29 20:28:29 -0500
commitc7d1b270c20ced5f1e3265de898a5205badeb94a (patch)
treed8cd00e10302abef52cfb0420c9c255b8cd1c64b /libctf/configure.ac
parentc7a92c872b278cc41cca6e782b3aafa69d693f6b (diff)
libctf: enable silent build rules
Also add $(AM_V_xxx) to various manual rules in here.
Diffstat (limited to 'libctf/configure.ac')
-rw-r--r--libctf/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/libctf/configure.ac b/libctf/configure.ac
index dc06d27bf3c..a5d6585521a 100644
--- a/libctf/configure.ac
+++ b/libctf/configure.ac
@@ -29,6 +29,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE
+AM_SILENT_RULES([yes])
# Checks for programs.
AC_PROG_MAKE_SET