aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-10-27 03:34:49 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-10-27 03:34:49 +0100
commit1f59ac4728906966d99f669b6157928d97064169 (patch)
tree9a89c20c16079a54c001e8cc31dff24b8e05123d /openbsc/configure.in
parent8c8f791dbe4b14eea8733218b6d8283b538d4041 (diff)
configure.in: Use kernel style silent rules starting with automake 1.11
Use the silent rules when they are available. Using make V=1 or a special configure option the silent rules can be disabled.
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index 94fb15f4d..25c502972 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -3,6 +3,9 @@ AC_INIT
AM_INIT_AUTOMAKE(openbsc, 0.0alpha1)
+dnl kernel style compile messages
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
dnl checks for programs
AC_PROG_MAKE_SET
AC_PROG_CC