diff options
author | Jamey Sharp <jamey@minilop.net> | 2011-03-18 18:18:41 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2011-03-18 21:58:45 -0700 |
commit | 1469e879655b20351530059538a7b89612028ae2 (patch) | |
tree | 3e97749a212adcd2f83abb50e3c7680e3f352a96 /configure.ac | |
parent | 6310475e23eac6917db54f1425e20d8434bee679 (diff) |
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 <jamey@minilop.net>
Reviewed-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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]) |