Re: Any big problem? [WAS: Re: GNOME 3.1.4 unstable release -- walters-mclasen]



A patch for polkit-gnome; I think this is right.
From e3461b30cb3b7d1b420d67f8840d98a34871cbef Mon Sep 17 00:00:00 2001
From: Colin Walters <walters verbum org>
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



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