[mobile-broadband-provider-info] configure.ac: Use maintainer mode by default



commit 1f459ce88a9993837fe2bb62dd495505d9b0762a
Author: Javier JardÃn <jjardon gnome org>
Date:   Sun Sep 11 02:02:06 2011 +0100

    configure.ac: Use maintainer mode by default
    
    See
    https://mail.gnome.org/archives/desktop-devel-list/2011-September/msg00064.html

 autogen.sh   |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 9bedfb8..75a225e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -17,6 +17,6 @@ PKG_NAME=mobile-broadband-provider-info
 (cd $srcdir;
     autoreconf --install --symlink &&
     autoreconf &&
-    ./configure --enable-maintainer-mode $@
+    ./configure $@
 )
 
diff --git a/configure.ac b/configure.ac
index 75df22b..242d8c9 100755
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
 
 AC_INIT(mobile-broadband-provider-info, 20110511, dcbw redhat com, mobile-broadband-provider-info)
 AM_INIT_AUTOMAKE([-Wall -Werror foreign no-dist-gzip dist-bzip2])
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 
 AC_CONFIG_FILES([
 	Makefile



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