See "0005-automake-silent-rules.patch" Roumen
>From b53569594b6241dd0bacb6aca1201e1ea579a0ab Mon Sep 17 00:00:00 2001 From: Roumen Petrov <[email protected]> Date: Thu, 3 May 2012 16:29:28 +0300 Subject: [PATCH 5/6] automake silent rules --- configure.in | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/configure.in b/configure.in index 02d01db..7120258 100644 --- a/configure.in +++ b/configure.in @@ -25,6 +25,11 @@ AM_INIT_AUTOMAKE([1.7 tar-ustar]) AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE +# 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])]) + dnl dnl Check the environment dnl -- 1.6.4
_______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
