configure: can use AM_SILENT_RULES unconditionally now
authorTim-Philipp Müller <tim@centricular.com>
Wed, 22 Apr 2015 08:52:58 +0000 (09:52 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 22 Apr 2015 09:11:51 +0000 (10:11 +0100)
https://autotools.io/automake/silent.html

configure.ac

index a4b9680..137e0d0 100644 (file)
@@ -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