[totem-pl-parser] build: Fix AM_MAINTAINER_MODE



commit 139e1c04072669cceb2c78fc6ceb0b63b14818a2
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Sep 13 23:27:39 2011 +0100

    build: Fix AM_MAINTAINER_MODE
    
    See: http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index c537ace..8a0ded5 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ AC_INIT([totem-pl-parser],
         [totem_version_major.totem_version_minor.totem_version_micro],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=totem-pl-parser&component=General])
 
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 AC_CONFIG_SRCDIR([plparse/totem-pl-parser.c])
 AC_CONFIG_HEADERS([config.h])
 AC_GNU_SOURCE



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