mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-09 05:11:53 +00:00
Use pretty build output with automake >= 1.11.
This commit is contained in:
parent
41e3e88c3a
commit
f0b9cbd899
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue