Use pretty build output with automake >= 1.11.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 19 Jul 2011 15:38:40 +0000 (17:38 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 21 Jul 2011 11:16:45 +0000 (13:16 +0200)
configure.ac

index c747f28..faec8df 100644 (file)
@@ -65,6 +65,12 @@ AC_SUBST(GST_MAJORMINOR)
 AC_SUBST(GST_VERSION_REQUIRED)
 AC_SUBST(GST_PLUGINS_BASE_VERSION_REQUIRED)
 
+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
 AC_PROG_CC
 AM_PROG_CC_C_O