[master] 7bced23 Quiet build by default
    Tollef Fog Heen 
    tfheen at varnish-cache.org
       
    Tue Aug 21 11:47:07 CEST 2012
    
    
  
commit 7bced23aecd08a94c953835b16c63ea0f5264652
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Tue Aug 21 11:44:13 2012 +0200
    Quiet build by default
diff --git a/configure.ac b/configure.ac
index e1311f0..13c38d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,8 @@ OCFLAGS="$CFLAGS"
 AC_CANONICAL_SYSTEM
 AC_LANG(C)
 
-AM_INIT_AUTOMAKE([foreign color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 foreign color-tests parallel-tests])
+AM_SILENT_RULES([yes])
 AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
 
    
    
More information about the varnish-commit
mailing list