From fbf052a4822cec4f80f8ff92c5af2cab5ebfa46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 2 Nov 2009 23:23:40 +0100 Subject: [PATCH] Support silent build rules with automake 1.11 Support silent build rules, requires at least automake-1.11. Disable by either passing --disable-silent-rules to configure or passing V=1 to make. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 95b94224..6257a362 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,11 @@ AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL +# Support silent build rules, requires at least automake-1.11. Disable +# by either passing --disable-silent-rules to configure or passing V=1 +# to make +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + changequote(,)dnl if test "x$GCC" = "xyes"; then case " $CFLAGS " in