summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-15 12:50:47 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-15 12:50:47 -0800
commit318ea1c1433ce8655d5413a8746cf25656c9a0f3 (patch)
tree65f38f324e4859b8dd7459aaa55b6d42abd5b288
parentd17b36c16ada69a32d9ddb4e96b30ae649cd4fe2 (diff)
downloadusbhid-dump-318ea1c1433ce8655d5413a8746cf25656c9a0f3.tar.gz
configure.ac: build "quietly" if possible
If autoconfig supports "quiet" builds, do it, to better be able to see anything that might be warnings or errors in the build.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cfc3fe1..4a62f07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,7 @@ AC_PREREQ(2.61)
AC_INIT([usbhid-dump], [1.4])
AC_CONFIG_AUX_DIR([auxdir])
AM_INIT_AUTOMAKE([1.9 -Wall foreign])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])