]> andersk Git - nss_nonlocal.git/commitdiff
Use automake’s silent-rules mode if available, for quieter build output.
authorAnders Kaseorg <andersk@mit.edu>
Sun, 18 Oct 2009 06:26:35 +0000 (02:26 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Sun, 18 Oct 2009 16:06:07 +0000 (12:06 -0400)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
configure.ac

index 22227dcbff9de30645face60ced13f31caa9c6b8..5ac8e795a6abfbc4ab8a4ec46ad8ec29a6394fdf 100644 (file)
@@ -1,6 +1,7 @@
 AC_INIT([nss_nonlocal], [1.9], [andersk@mit.edu])
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 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
 
 AC_PREFIX_DEFAULT([/])
 AC_DISABLE_STATIC
This page took 0.236897 seconds and 5 git commands to generate.