Use: ./configure --disable-silent-rules
to disable. Signed-off-by: Chuck Lever <[email protected]> --- 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], [[email protected]]) 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]) _______________________________________________ fedfs-utils-devel mailing list [email protected] https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel
