[fedfs-utils] [PATCH 2/3] build: Enable silent make rules by default

Chuck Lever chuck.lever at oracle.com
Sat Jan 18 09:26:47 PST 2014


Use:

  ./configure --disable-silent-rules

to disable.

Signed-off-by: Chuck Lever <chuck.lever at oracle.com>
---
 configure.ac |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 65f90d6..6c680f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,7 @@ AC_INIT([fedfs-utils], [0.10-devel], [fedfs-utils-devel at oss.oracle.com])
 AC_CANONICAL_BUILD([])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
+AM_SILENT_RULES([yes])
 
 # Automake and libtools initialization
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])




More information about the fedfs-utils-devel mailing list