aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-11-02 13:11:56 +0100
committerHarald Welte <laforge@gnumonks.org>2011-11-02 13:11:56 +0100
commitbdca4b788628ee7a920c812d522290d8e8081397 (patch)
tree5fb1c0798bae2997796ad986144501f1516076b9
parentd88e11d81996aae59b542f3642b59e948a06a1d7 (diff)
configure: use AM_SILENT_RULES when available
this makes the compile process a bit easier to read/follow
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 3aa6909..9761df7 100644
--- a/configure.in
+++ b/configure.in
@@ -6,6 +6,9 @@ AM_CONFIG_HEADER([config.h])
AC_CANONICAL_SYSTEM
+dnl kernel style compile messages
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL