mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 10:13:51 +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
|
dnl sets host_* variables
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
||||||
dnl use pretty build output with automake >= 1.11
|
dnl use pretty build output by default
|
||||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
|
AM_SILENT_RULES([yes])
|
||||||
[AM_DEFAULT_VERBOSITY=1
|
|
||||||
AC_SUBST(AM_DEFAULT_VERBOSITY)])
|
|
||||||
|
|
||||||
dnl GStreamer versioning, this is mostly informational
|
dnl GStreamer versioning, this is mostly informational
|
||||||
GST_VERSION_MAJOR=$PACKAGE_VERSION_MAJOR
|
GST_VERSION_MAJOR=$PACKAGE_VERSION_MAJOR
|
||||||
|
|
Loading…
Reference in a new issue