libctf: enable silent build rules

Also add $(AM_V_xxx) to various manual rules in here.
This commit is contained in:
Mike Frysinger
2021-11-25 23:36:57 -05:00
parent c7a92c872b
commit c7d1b270c2
3 changed files with 43 additions and 3 deletions

View File

@@ -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