From e84715df54f95efc0eb6a0a2e6b4308d90ee791f Mon Sep 17 00:00:00 2001
From: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Date: Sat, 28 Apr 2012 19:20:20 +0200
Subject: [PATCH] init: fix silent-rules option

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
---
 m4/init.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/init.m4 b/m4/init.m4
index 6a69244..3cd05c7 100644
--- a/m4/init.m4
+++ b/m4/init.m4
@@ -101,7 +101,7 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 		  [define([AC_PROG_OBJC],
 			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
 ])
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
+_AM_IF_OPTION([silent-rules], [AM_SILENT_RULES([yes]))dnl
 dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the
 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
-- 
1.7.10

