From 080a083fd26a05176b40f810f36ebe22b77d477c Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 15 Jun 2010 16:43:10 +0100 Subject: [PATCH] configure.ac: Enable automake silent rules by default This allows us to spot warnings much more easily. Also, drop the now-deprecated AM_MAINTAINER_MODE. Signed-off-by: Daniel Stone --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 09b45e9..5f298ce 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ([2.57]) AC_INIT([libxkbcommon], [0.1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([dist-bzip2 foreign]) -AM_MAINTAINER_MODE +AM_SILENT_RULES([yes]) AC_CONFIG_HEADERS([src/config.h]) AC_PROG_LIBTOOL -- 2.7.4