From 01ce539c8311c02dde9590c150b9b8b4346c83fd Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sun, 18 Oct 2009 02:26:35 -0400 Subject: [PATCH] =?utf8?q?Use=20automake=E2=80=99s=20silent-rules=20mode?= =?utf8?q?=20if=20available,=20for=20quieter=20build=20output.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Anders Kaseorg --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 22227dc..5ac8e79 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,7 @@ AC_INIT([nss_nonlocal], [1.9], [andersk@mit.edu]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([-Wall -Werror foreign]) +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_PREFIX_DEFAULT([/]) AC_DISABLE_STATIC -- 2.44.0