Most users tracking the repository will want the autotools-generated
files to be rebuilt if necessary.  At the same time, some distribution
packagers might want to disable this when making packages of releases.

This commit changes the default, so that it is still possible to
disable dependency checking, but autotools will work as expected for
most users.

Signed-off-by: Tim Retout <[email protected]>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8e0050e..5ca9b5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -204,7 +204,7 @@ dnl These are required by automake
 dnl AM_INIT_AUTOMAKE(gnash, "trunk$BUILDDATE")
 AM_INIT_AUTOMAKE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
 AC_PROG_MAKE_SET
 
 dnl AC_DISABLE_STATIC dnl Disable building static libs.
-- 
1.7.2.3


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to