mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
configure: can use AM_SILENT_RULES unconditionally now
https://autotools.io/automake/silent.html
This commit is contained in:
parent
307dce442a
commit
367d4bab2c
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue