summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <tester@tester.ca>2010-05-26 22:03:01 -0400
committerOlivier CrĂȘte <tester@tester.ca>2010-05-26 22:03:01 -0400
commit6bd60032c03d86516d1144ac250ec1eb7f10fe92 (patch)
treea36125b5c5830da072e874f4083ed8fd806a128d
parentf27397da8a3d291e5857e1d7a070e4154b01dc03 (diff)
Use silence rules if possible
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bd418c4..aaeb921 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,11 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.9 -Wno-portability])
AM_CONFIG_HEADER(config.h)
+dnl use pretty build output with automake >= 1.11
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],
+ [AM_DEFAULT_VERBOSITY=1
+ AC_SUBST(AM_DEFAULT_VERBOSITY)])
+
dnl check for tools
AC_PROG_CC
AC_PROG_CC_STDC