diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-09-16 23:44:30 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2013-09-24 01:36:33 +0200 |
commit | a9e0fd355aea509cced73e70ff5779daa06069c7 (patch) | |
tree | be1d4f834b6e17558e747be6c28079475e789990 | |
parent | de8f1175dcb07f65dde26b42a3f12f9993746c84 (diff) |
misc: Enable silent rules and such
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7de446b..db970e7 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,10 @@ AC_PROG_CC AC_STDC_HEADERS AC_PROG_LIBTOOL +AM_PROG_CC_C_O + +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + # base deps # output stuff |