diff options
author | Mikel Olasagasti Uranga <mikel@olasagasti.info> | 2012-11-09 21:56:37 +0100 |
---|---|---|
committer | Mikel Olasagasti Uranga <mikel@olasagasti.info> | 2012-11-09 21:56:37 +0100 |
commit | 1b03947ce55f15f1a2a91dd7caf29948b873cd35 (patch) | |
tree | 6e487cf0a15c93b940ce25cf56efc1271fd427ea /configure.ac | |
parent | 09ccc1fd9d50921b23a712c63fdc1b940086a545 (diff) |
Silent build
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
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 |