[gnome-online-accounts/gnome-3-6] configure.ac: Enable maintainer mode by default



commit 453de68a18281514798a1eade8db1f1364b46664
Author: Javier JardÃn <jjardon gnome org>
Date:   Wed Oct 31 23:12:53 2012 +0900

    configure.ac: Enable maintainer mode by default
    
    https://mail.gnome.org/archives/desktop-devel-list/2011-September/msg00064.html

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c82ec92..207b6c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_HEADERS([config.h])
 
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 
 AC_PROG_CC
 AC_ISC_POSIX



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]