[hitori/hitori-0-3] build: Fix AM_MAINTAINER_MODE in configure.ac



commit 0ca3fae0ee9d5f17a622fdee9cfa629cdd67a960
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Sep 13 23:15:49 2011 +0100

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

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 51fe2da..05e1958 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_INIT([Hitori],[0.3.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=hitor
 
 AM_INIT_AUTOMAKE([check-news dist-bzip2 subdir-objects])
 AC_CONFIG_HEADERS([config.h])
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 
 AC_PROG_CC
 AM_PROG_CC_C_O



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