make make rules silent
authorLove Hornquist Astrand <lha@h5l.org>
Mon, 31 Oct 2011 16:49:56 +0000 (09:49 -0700)
committerLove Hornquist Astrand <lha@h5l.org>
Mon, 31 Oct 2011 16:49:56 +0000 (09:49 -0700)
configure.ac

index d4ad33f4eb057c5e062ebfd03fca1c04556fd35a..4c21e508fe0722d521f0b1a7098c31468a62d4e9 100644 (file)
@@ -16,6 +16,8 @@ AM_PROG_CC_C_O
 AC_PROG_CPP
 AC_PROG_LIBTOOL
 
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 AC_PREFIX_DEFAULT(/usr/heimdal)
 
 test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'