[PolicyKit-gnome] configure: Use [enable] for AM_MAINTAINER_MODE



commit 206256a4f3bb9c4e36be3745195aff1086222d25
Author: Colin Walters <walters verbum org>
Date:   Sat Jul 30 11:18:48 2011 -0400

    configure: Use [enable] for AM_MAINTAINER_MODE
    
    Otherwise it's unconditionally enabled, which in turn triggers the
    "disable deprecation" stuff from gnome-common even for tarballs.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0620113..6e65c87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,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])
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 



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