[gedit] configure: keep the maintainer mode but enabled by default



commit 5bd8992d43ff070990a221f27f6162a698c2a4a6
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Sep 8 17:38:27 2011 +0200

    configure: keep the maintainer mode but enabled by default
    
    We are checking for the maintainer mode and disabling the deprecations
    in case we are not using it.

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2bc4bab..302283b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,6 +21,7 @@ AC_DEFINE(GEDIT_MICRO_VERSION, gedit_micro_version, [Gedit micro version])
 AC_SUBST(GEDIT_MICRO_VERSION, gedit_micro_version)
 
 AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip -Wno-portability])
+AM_MAINTAINER_MODE([enable])
 
 AM_SILENT_RULES([yes])
 



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