From 806f8114cdc8ed02ca1feba0ecb69aac9c0fbd5d Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 1 Mar 2010 13:49:54 -0500 Subject: [PATCH] use kernel style makefile output A breath of fresh air. Requires Automake 1.11, but the patch degrades gracefully. Signed-off-by: Paolo Bonzini Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 48f906d..c797831 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,8 @@ AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + AC_CONFIG_SRCDIR([urcu.h]) AM_PROG_MKDIR_P -- 2.34.1