summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLee Thompson <stagr.lee@gmail.com>2013-02-03 00:09:47 -0600
committerLee Thompson <stagr.lee@gmail.com>2013-02-03 00:09:47 -0600
commitf62184855bb6d1708f3e99ae18f6e079e0466d6b (patch)
treee7747bb4ad07278de3926bde1dc8a6507229b1f7 /configure.ac
parent0370d5b526d58e811b967b170102e7bc2f6219d2 (diff)
use AM_SILENT_RULES
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 52037ca8..8b00a2a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,6 +5,7 @@ dnl Created autoconf implementation thompson@dtosolutions, 26NOV12
AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([parallel-tests])
+AM_SILENT_RULES([yes])
AC_PROG_CC
AC_PROG_CC_STDC
AC_PROG_CPP_WERROR