summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-10-11 01:50:26 -0500
committerRoss Burton <ross.burton@intel.com>2012-10-11 12:48:26 +0100
commitf561c844e07e4538709484367b9ff9af179b982a (patch)
tree287c3a9567e7ade08ccd95c7efab7e802ce4223f
parent943504de019592ba71b2569cb89d61710ce30652 (diff)
Use Automake silent rules
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 401171c..df20e1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,7 @@ AC_INIT([Xoo], 0.8, [ross@openedhand.com])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE()
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_CONFIG_HEADER(config.h)
AC_ARG_WITH(expat-includes,