summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-01-17 16:26:59 +0000
committerBastien Nocera <hadess@hadess.net>2012-01-17 16:27:12 +0000
commit3ac804ac91c93e34eeab7ccf464a5fdd477cab3f (patch)
treea121b0eda9a88d96b4826d363f205e748da181e0
parentf51d07c296f456886574db45ba07f7c76984adf3 (diff)
downloadshared-mime-info-3ac804ac91c93e34eeab7ccf464a5fdd477cab3f.tar.gz
Silent build by default
-rw-r--r--Makefile.am2
-rw-r--r--configure.in3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a46a88c3..9c2c36db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -71,7 +71,7 @@ uninstall-hook:
all: check create-pot
create-pot:
- $(MAKE) -C po shared-mime-info.pot
+ $(AM_V_GEN) $(MAKE) -C po shared-mime-info.pot
check: create-pot freedesktop.org.xml update-mime-database check-translations
if test -e $(top_builddir)/freedesktop.org.xml; then \
diff --git a/configure.in b/configure.in
index c7ce5b2e..d7e39675 100644
--- a/configure.in
+++ b/configure.in
@@ -4,6 +4,9 @@ AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news])
AC_CONFIG_HEADERS([config.h])
+# Enable silent build when available (Automake 1.11)
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
dnl Checks for programs.
AC_PROG_CC