summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2009-11-07 10:03:07 +0000
committerDaniel Drake <dsd@gentoo.org>2009-11-07 10:03:20 +0000
commit9b120c2b3735566533c179aa8ca758fe45899a38 (patch)
treee493f21f23f2db4a17c8fafe5128aeb6b5ec2ad3 /configure.ac
parentef6ea6c3ae38e4524f10e16e8cb88177d39c4826 (diff)
Use AM_SILENT_RULES for building
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 38a760a..d287e01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@ AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([libusb/core.c])
AC_CONFIG_MACRO_DIR([m4])
AM_CONFIG_HEADER([config.h])
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_PREREQ([2.50])
AC_PROG_CC