From: Roland Dreier Date: Mon, 24 Aug 2009 21:00:41 +0000 (-0700) Subject: Enable quiet build rules with automake 1.11+ X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7bb9ded95041d209bc47051eac0a50c7132e6222;p=~shefty%2Flibibverbs.git Enable quiet build rules with automake 1.11+ Conditionally use the new AM_SILENT_RULES macro in configure.in. Signed-off-by: Roland Dreier --- diff --git a/configure.in b/configure.in index 6c97b1e..804b787 100644 --- a/configure.in +++ b/configure.in @@ -6,6 +6,7 @@ AC_CONFIG_SRCDIR([src/ibverbs.h]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(libibverbs, 1.1.2) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_PROG_LIBTOOL