diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-25 23:36:57 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-29 20:28:29 -0500 |
commit | c7d1b270c20ced5f1e3265de898a5205badeb94a (patch) | |
tree | d8cd00e10302abef52cfb0420c9c255b8cd1c64b /libctf/configure.ac | |
parent | c7a92c872b278cc41cca6e782b3aafa69d693f6b (diff) | |
download | gdb-c7d1b270c20ced5f1e3265de898a5205badeb94a.zip gdb-c7d1b270c20ced5f1e3265de898a5205badeb94a.tar.gz gdb-c7d1b270c20ced5f1e3265de898a5205badeb94a.tar.bz2 |
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.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libctf/configure.ac b/libctf/configure.ac index dc06d27..a5d6585 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 |