[pcre-dev] [Bug 1200] AM_SILENT_RULES usage in configure.ac

Top Page
Delete this message
Author: 191919
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1200] AM_SILENT_RULES usage in configure.ac
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1200




--- Comment #3 from 191919 <191919@???> 2012-01-17 12:57:00 ---
(In reply to comment #2)
> They say "Use automake 1.11" here:
> http://forum.videolan.org/viewtopic.php?f=13&t=84261
>
> I like this feature, it is much easier to see warnings. Btw, where is the
> patch?
>


I submitted it but don't know where is it.

Just replace

AM_SILENT_RULES([yes])

with

m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email