From: Winfried Angele Date: Wed, 19 Jun 2013 08:12:19 +0000 (+0200) Subject: Silent rules backward compatibility, see http://www.flameeyes.eu/autotools-mythbuster... X-Git-Tag: auth-3.3-rc2~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F872%2Fhead;p=thirdparty%2Fpdns.git Silent rules backward compatibility, see http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html Chapter 3.1 --- diff --git a/configure.ac b/configure.ac index 04e0d70d98..9768320619 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +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]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CANONICAL_HOST LT_INIT AC_CONFIG_MACRO_DIR([m4])