From: Paolo Bonzini Date: Mon, 1 Mar 2010 18:49:54 +0000 (-0500) Subject: use kernel style makefile output X-Git-Tag: v0.4.2~20 X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=806f8114cdc8ed02ca1feba0ecb69aac9c0fbd5d 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 --- 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