Enable AM_SILENT_RULES on automake 1.11 or newer.
authorJamey Sharp <jamey@minilop.net>
Sat, 19 Mar 2011 01:18:41 +0000 (18:18 -0700)
committerJamey Sharp <jamey@minilop.net>
Sat, 19 Mar 2011 04:58:45 +0000 (21:58 -0700)
This incantation is supposed to be a no-op on earlier automake versions.

Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Josh Triplett <josh@freedesktop.org>
configure.ac

index 5f91173..3551d4a 100644 (file)
@@ -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])