configure.ac: Enable automake silent rules by default
authorDaniel Stone <daniel@fooishbar.org>
Tue, 15 Jun 2010 15:43:10 +0000 (16:43 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 22 Jun 2010 14:56:56 +0000 (15:56 +0100)
This allows us to spot warnings much more easily.  Also, drop the
now-deprecated AM_MAINTAINER_MODE.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
configure.ac

index 09b45e9..5f298ce 100644 (file)
@@ -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