aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2012-08-05 09:55:42 -0700
committerChris E Ferron <chris.e.ferron@linux.intel.com>2012-08-06 09:26:17 -0700
commitc03e509376a0d7abab9fe7637d9894d583d4ce46 (patch)
tree3c95556e097b2f183cf074294dcc83f8b70f0529
parent81959900b59f9368628fb3e7ba3421dc17503bf3 (diff)
Use AM_SILENT_RULES
AM_SILENT_RULES makes the output for "make" much more readable; it also allows us to see warnings much more clearly.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 552626c..d675616 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
GETTEXT_PACKAGE=powertop
AC_SUBST(GETTEXT_PACKAGE)
+AM_SILENT_RULES([yes])
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.18])