From cca0f663fd32ef20fbd9098256700eaccabb3f69 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 25 Oct 2013 17:38:18 +0200 Subject: [PATCH 1/1] configure.ac: enable automake silent rules --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 3e6efb0..dd33f76 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,11 @@ AM_INIT_AUTOMAKE([1.10]) dnl enable mainainer mode by default AM_MAINTAINER_MODE([enable]) +dnl use pretty build output with automake >= 1.11 +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])], + [AM_DEFAULT_VERBOSITY=1 + AC_SUBST(AM_DEFAULT_VERBOSITY)]) + dnl check for tools (compiler etc.) AC_PROG_CC -- 2.1.4