[banshee] build: Enable maintainer mode by default



commit d88014004aefd22594874995c55058b06c104bf1
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sun Sep 11 18:29:14 2011 +0200

    build: Enable maintainer mode by default
    
    That means that Makefiles and friends will be regenerated by make if
    they are outdated.
    
    We don't need to pass --enable-maintainer-mode to configure anymore, as
    it is now the default.

 autogen.sh        |    2 +-
 configure.ac      |    2 +-
 profile-configure |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 78cf410..0326d6c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -95,4 +95,4 @@ EOF
 } > reautogen.sh
 chmod +x reautogen.sh
 
-run ./configure --enable-maintainer-mode $@
+run ./configure $@
diff --git a/configure.ac b/configure.ac
index 768924d..dd4a77b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_PREREQ(2.52)
 AC_INIT([banshee], banshee_version, [http://bugzilla.gnome.org/enter_bug.cgi?product=banshee])
 
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar foreign])
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 AM_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([build/m4])
 AC_SUBST([ACLOCAL_AMFLAGS], ["-I build/m4/shamrock -I build/m4/banshee -I build/m4/shave \${ACLOCAL_FLAGS}"])
diff --git a/profile-configure b/profile-configure
index 3b523ce..40e7704 100755
--- a/profile-configure
+++ b/profile-configure
@@ -33,7 +33,7 @@ for ((i=0; i<${#profiles[ ]}; i++)); do
 			configure="$configure ${profile[$j]}"
 		done
 		if [ -d .git ]; then
-			configure="$configure --enable-maintainer-mode"
+			configure="$configure"
 		fi
 		echo "Running $configure $@"
 		$configure $@



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