From 367d4bab2c42b8e1242eba9c1c13065b83e2b2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 22 Apr 2015 09:52:58 +0100 Subject: [PATCH] configure: can use AM_SILENT_RULES unconditionally now https://autotools.io/automake/silent.html --- configure.ac | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index a4b9680b4e..137e0d01cb 100644 --- a/configure.ac +++ b/configure.ac @@ -28,10 +28,8 @@ AM_MAINTAINER_MODE([enable]) dnl sets host_* variables AC_CANONICAL_HOST -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 use pretty build output by default +AM_SILENT_RULES([yes]) dnl GStreamer versioning, this is mostly informational GST_VERSION_MAJOR=$PACKAGE_VERSION_MAJOR