gnash-dev
[Top][All Lists]
Advanced

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

[Gnash-dev] [PATCH] Enable maintainer mode by default.


From: Tim Retout
Subject: [Gnash-dev] [PATCH] Enable maintainer mode by default.
Date: Thu, 18 Nov 2010 21:40:47 +0000

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 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]