From: Peter van Dijk Date: Thu, 16 May 2013 11:29:44 +0000 (+0200) Subject: enable AM_SILENT_RULES, closing #647 X-Git-Tag: auth-3.3-rc1~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61a7fac366cbf6e25ea6f005d094dc4c95550578;p=thirdparty%2Fpdns.git enable AM_SILENT_RULES, closing #647 --- diff --git a/configure.ac b/configure.ac index 14985740ef..5a45e6c4fe 100644 --- a/configure.ac +++ b/configure.ac @@ -5,6 +5,7 @@ dnl AC_SUBST([DIST_HOST], [TO_BE_PATCHED]) dnl End patch area. AC_CONFIG_SRCDIR([pdns/receiver.cc]) AM_INIT_AUTOMAKE([foreign tar-ustar -Wno-portability]) +AM_SILENT_RULES([yes]) AC_CANONICAL_HOST LT_INIT AC_CONFIG_MACRO_DIR([m4])