summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMikel Olasagasti Uranga <mikel@olasagasti.info>2012-11-09 21:56:37 +0100
committerMikel Olasagasti Uranga <mikel@olasagasti.info>2012-11-09 21:56:37 +0100
commit1b03947ce55f15f1a2a91dd7caf29948b873cd35 (patch)
tree6e487cf0a15c93b940ce25cf56efc1271fd427ea
parent09ccc1fd9d50921b23a712c63fdc1b940086a545 (diff)
Silent build
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7f9266cc..3c3f7e9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,9 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.9 dist-bzip2 subdir-objects no-define foreign])
+AM_INIT_AUTOMAKE([1.11 dist-bzip2 subdir-objects no-define foreign])
+
+AM_SILENT_RULES([yes])
 
 AC_USE_SYSTEM_EXTENSIONS
 AM_MAINTAINER_MODE