Enable Automake's silent-rules option.

This commit is contained in:
Tanu Kaskinen 2012-07-27 09:36:13 +03:00
parent 27d915d041
commit f817265821
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ AC_CONFIG_SRCDIR([src/pavucontrol.cc])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign 1.11 -Wall dist-xz tar-ustar])
AM_SILENT_RULES([yes])
AC_SUBST(PACKAGE_URL, [http://freedesktop.org/software/pulseaudio/pavucontrol/])