summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2015-10-07 13:37:56 +0200
committerMark Wielaard <mjw@redhat.com>2015-10-12 12:22:59 +0200
commitc04f491fa2a4b82db49fba347ed587c7cf7dc6d6 (patch)
treec1f1bc6eee041d3cdde7065b7dbef80c2ac1e464 /configure.ac
parent3425454a10d307fae891fb667cf7969e945cde79 (diff)
downloadelfutils-c04f491fa2a4b82db49fba347ed587c7cf7dc6d6.tar.gz
configure.ac: Add AM_SILENT_RULES([yes])
Signed-off-by: Mark Wielaard <mjw@redhat.com>
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 fe2795e3..902def58 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,8 @@ dnl We use GNU make extensions; automake 1.10 defaults to -Wportability.
AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests])
AM_MAINTAINER_MODE
+AM_SILENT_RULES([yes])
+
AC_CONFIG_SRCDIR([libelf/libelf.h])
AC_CONFIG_FILES([Makefile])
AC_CONFIG_HEADERS([config.h])