aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2011-07-05 14:28:45 -0700
committerRoland Dreier <roland@purestorage.com>2011-07-05 14:59:23 -0700
commit00e88da6a4abe4e4ec2c2894c9afc764a7845650 (patch)
tree29e385c1da334ea5b118b8736e97c258d56eae54
parent9df5334648887cd7614e03ff275c11a10fdf6296 (diff)
downloadlibmthca-00e88da6a4abe4e4ec2c2894c9afc764a7845650.tar.gz
Enable quiet build rules with automake 1.11+
Conditionally use the new AM_SILENT_RULES macro in configure.in. Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e3b38dd..4ca18e6 100644
--- a/configure.in
+++ b/configure.in
@@ -6,6 +6,8 @@ AC_CONFIG_SRCDIR([src/mthca.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(libmthca, 1.0.5)
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
AM_PROG_LIBTOOL
AC_ARG_WITH([valgrind],