summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2011-03-15 18:17:22 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2011-03-15 18:17:22 +0100
commitd2089340ee2f146617ec9cfbf56c29953f79c428 (patch)
tree7482de51187f0be7edec6a0b009f5d074005494c
parent063b8b71ae05108a15e3805ebd919b02ab8cda03 (diff)
build: Linux kernel-style for compilation messages
I guess that Jan Engelhardt is going to like this? :-) Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 411b83a..eab4a7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,9 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects dist-bzip2 1.6])
+dnl kernel style compile messages
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
AC_PROG_CC
AC_DISABLE_STATIC
AM_PROG_LIBTOOL