On Thu, Dec 31, 2009 at 03:31:16PM +0000, Joachim Nilsson wrote:
> diff --git a/configure.ac b/configure.ac
> index 9afee58..cef16c7 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -8,6 +8,9 @@ AM_INIT_AUTOMAKE([foreign check-news
> dist-bzip2 no-dist-gzip])
>  AM_MAINTAINER_MODE
>  AC_CANONICAL_HOST
>  
> +dnl Silent "kernel" style build from automake 1.11 and later.
> +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
> +
>  AC_MSG_CHECKING([for supported operating system])
>  case "$host_os" in
>  *linux*)

I'd rather added
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
instead, thus keeping default behaviour unchanged.


-- 
ldv

Attachment: pgpsWLldVO7k7.pgp
Description: PGP signature

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to