diff options
author | Werner Koch <wk@gnupg.org> | 2014-01-08 16:47:46 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-01-09 15:22:06 +0100 |
commit | aba53e9f96d0c9b270edef0806976a56326249c4 (patch) | |
tree | bd83f4e653ee8c1f0a4e536f0dd7aae2e482b529 /configure.ac | |
parent | Add i686-w64-mingw32 as w32 toolchain to autogen.sh. (diff) | |
download | gnupg2-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.ac | 1 |
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 |