2010/10/24 Michael Biebl <mbi...@gmail.com>:
> I also noticed that AM_MAINTAINER_MODE was removed from configure.ac
> in 27fada20be7feba6783abc5b6cad91ee274ad3df yet the configure summary
> still lists
> Maintainer mode:            ${USE_MAINTAINER_MODE}
>
> Was  AM_MAINTAINER_MODE  removed by mistake?

As discussed on IRC, here is a patch which re-adds AM_MAINTAINER_MODE,
but enables it by default.

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
From d090c936bf9fe70f31bd55a493e330f99e20596b Mon Sep 17 00:00:00 2001
From: Michael Biebl <bi...@debian.org>
Date: Thu, 4 Nov 2010 11:28:08 -0400
Subject: [PATCH] Re-add AM_MAINTAINER_MODE (but enable it by default)

Using AM_MAINTAINER_MODE allows to modify the build systemd without
triggering the autotools. We enable it by default so the current
behaviour does not change.
---
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index b1e89a3..581aa7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,7 @@ AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE([1.9 tar-ustar dist-bzip2])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
+AM_MAINTAINER_MODE([enable])
 
 GOBJECT_INTROSPECTION_CHECK([0.9.8])
 
-- 
1.7.2.3

_______________________________________________
devkit-devel mailing list
devkit-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/devkit-devel

Reply via email to