A patch for polkit-gnome; I think this is right.
From e3461b30cb3b7d1b420d67f8840d98a34871cbef Mon Sep 17 00:00:00 2001
From: Colin Walters <[email protected]>
Date: Sat, 30 Jul 2011 11:18:48 -0400
Subject: [PATCH] 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])])
 
-- 
1.7.6

_______________________________________________
[email protected]
http://mail.gnome.org/mailman/listinfo/release-team
Release-team lurker? Do NOT participate in discussions.

Reply via email to