From: Anders Kaseorg Date: Sun, 18 Oct 2009 06:26:35 +0000 (-0400) Subject: Use automake’s silent-rules mode if available, for quieter build output. X-Git-Tag: 1.11~8 X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/commitdiff_plain/01ce539c8311c02dde9590c150b9b8b4346c83fd Use automake’s silent-rules mode if available, for quieter build output. Signed-off-by: Anders Kaseorg --- 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