From 67053601d5857750934f68f1eb8a19513c14e31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sat, 10 Sep 2011 15:35:14 +0100 Subject: [PATCH] configure.ac: Use maintainer mode by default See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/ --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dbab184811..6f4c8d661a 100644 --- a/configure.ac +++ b/configure.ac @@ -163,7 +163,7 @@ AM_PROG_LIBTOOL AM_PROG_AS # Initialize maintainer mode -AM_MAINTAINER_MODE +AM_MAINTAINER_MODE([enable]) # Honor aclocal flags ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"