summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-04-29 17:54:52 -0700
committerEric Anholt <eric@anholt.net>2010-05-03 11:40:26 -0700
commit7f436a837c2f265cfd790ff20ac51377d7207c40 (patch)
tree506844b0706109d407b2361e1280a57ccec97fc4 /configure.ac
parenta35e62d97a714c1fe77d4eaf3dbdd659d83449b1 (diff)
Use the AM_SILENT_RULES when available.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b97feb9440..f0a4301076 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,6 +17,8 @@ AC_PROG_MAKE_SET
AC_PROG_YACC
AC_PROG_LEX
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
# Checks for libraries.
# Checks for header files.