Silent build patch for strace
Dmitry V. Levin
ldv at altlinux.org
Tue Jan 12 01:04:16 UTC 2010
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20100112/a63a824c/attachment.bin>
More information about the Strace-devel
mailing list