From 09fa7f87650f7267f31243ea7b00c02dab3d1305 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 16 Jan 2010 23:49:58 +0000 Subject: [PATCH] Enable support for less verbose build rules * configure.ac (AM_INIT_AUTOMAKE): Add silent-rules. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1