]> git.openfabrics.org - ~shefty/libmlx4.git/commitdiff
Enable quiet build rules with automake 1.11+
authorRoland Dreier <roland@purestorage.com>
Wed, 6 Jul 2011 08:26:04 +0000 (01:26 -0700)
committerRoland Dreier <roland@purestorage.com>
Wed, 6 Jul 2011 08:26:04 +0000 (01:26 -0700)
Conditionally use the new AM_SILENT_RULES macro in configure.in.

Signed-off-by: Roland Dreier <roland@purestorage.com>
configure.in

index 94bc64e4675052da9008cd7674dd2c622fa5c429..1cd988181b3b68bc753417b21f33243ef8ae302f 100644 (file)
@@ -6,6 +6,8 @@ AC_CONFIG_SRCDIR([src/mlx4.h])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE(libmlx4, 1.0.1)
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
 AC_PROG_LIBTOOL
 LT_INIT