diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-09 19:43:15 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-09 19:43:15 -0800 |
commit | 77d967fb11a4e63967ad1e80929b7096f9d58c05 (patch) | |
tree | c2146b703e67f4fae4547666dfecc0f151515636 /configure.ac | |
parent | 31c47c6f5efde6df930b11be281470f75e685324 (diff) |
Enable silent rule support and use it for make warnings
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0330aa9..0597859 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_INIT([wallet], [0.9], [rra@stanford.edu]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_LIBOBJ_DIR([portable]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([1.11 check-news]) +AM_INIT_AUTOMAKE([1.11 check-news silent-rules]) AM_MAINTAINER_MODE AC_PROG_CC |