From f984ca21605caae25585f4e36dc6512590db20fb Mon Sep 17 00:00:00 2001 From: Winfried Angele Date: Wed, 19 Jun 2013 10:12:19 +0200 Subject: [PATCH] Silent rules backward compatibility, see http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html Chapter 3.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.47.2