From: Jamey Sharp Date: Sat, 19 Mar 2011 01:18:41 +0000 (-0700) Subject: Enable AM_SILENT_RULES on automake 1.11 or newer. X-Git-Tag: 1.8~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1469e879655b20351530059538a7b89612028ae2;p=platform%2Fupstream%2Flibxcb.git Enable AM_SILENT_RULES on automake 1.11 or newer. This incantation is supposed to be a no-op on earlier automake versions. Signed-off-by: Jamey Sharp Reviewed-by: Josh Triplett --- diff --git a/configure.ac b/configure.ac index 5f91173..3551d4a 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ AC_INIT([libxcb], [xcb@lists.freedesktop.org]) AC_CONFIG_SRCDIR([xcb.pc.in]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_PATH_PYTHON([2.5])