summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-01-08 16:47:46 +0100
committerWerner Koch <wk@gnupg.org>2014-01-09 15:22:06 +0100
commitaba53e9f96d0c9b270edef0806976a56326249c4 (patch)
treebd83f4e653ee8c1f0a4e536f0dd7aae2e482b529 /configure.ac
parentAdd i686-w64-mingw32 as w32 toolchain to autogen.sh. (diff)
downloadgnupg2-aba53e9f96d0c9b270edef0806976a56326249c4.tar.xz
gnupg2-aba53e9f96d0c9b270edef0806976a56326249c4.zip
Add --enable-silent-rules stuff.
* configure.ac: Add 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 a206188ce..96b023a39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -544,6 +544,7 @@ AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
+AM_SILENT_RULES
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CPP