summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2017-07-17 15:36:46 +0930
committerJoel Stanley <joel@jms.id.au>2017-07-17 15:38:42 +0930
commit3e50b37ef1b75fac645d09a1de5511cc93d8d50b (patch)
tree4dfb4285934fa18ee3ad3ba9094f3be7aaf30d22
parent832cb5915ca571e53c9c6f8c3532683afb4721d0 (diff)
downloadpdbg-3e50b37ef1b75fac645d09a1de5511cc93d8d50b.tar.gz
pdbg-3e50b37ef1b75fac645d09a1de5511cc93d8d50b.zip
configure.ac: Enable silent build rules
ssssshhh. Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 95c8514..cf53f76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,6 @@
AC_INIT([pdbg], [1.0])
AM_INIT_AUTOMAKE([subdir-objects])
+AM_SILENT_RULES([yes])
AC_PROG_CC
AC_PROG_LIBTOOL
OpenPOWER on IntegriCloud