summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-03-18 00:11:46 +0100
committerQball Cow <qball@gmpclient.org>2014-03-18 00:11:46 +0100
commitfaa6dd4a6e2c4e42e05823f6aab5f9593801c44b (patch)
tree39687c62a6ce4d75f1616f0189d88321d6da3e51 /configure.ac
parent925097c9dd1c9f99da9bdc375446670d55368137 (diff)
Silence make a bit
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 c6314504..a2b0ddab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@ AC_CONFIG_SRCDIR([source])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
+AM_SILENT_RULES([yes])
AC_PROG_CC
AC_PROG_CC_STDC