From: Dmitry V. Levin Date: Sat, 16 Jan 2010 23:49:58 +0000 (+0000) Subject: Enable support for less verbose build rules X-Git-Tag: v4.6~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09fa7f87650f7267f31243ea7b00c02dab3d1305;p=strace Enable support for less verbose build rules * configure.ac (AM_INIT_AUTOMAKE): Add silent-rules. --- diff --git a/configure.ac b/configure.ac index e9df438d..8a1c9da9 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT([strace],[4.5.20]) AC_CONFIG_SRCDIR([strace.c]) AC_CONFIG_AUX_DIR([.]) AM_CONFIG_HEADER([config.h]) -AM_INIT_AUTOMAKE([foreign check-news dist-bzip2 no-dist-gzip]) +AM_INIT_AUTOMAKE([foreign check-news dist-bzip2 no-dist-gzip silent-rules]) AM_MAINTAINER_MODE AC_CANONICAL_HOST