ratpoison-devel
[Top][All Lists]
Advanced

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

Re: [RP] [PATCH] readd AM_MAINTAINER_MODE, but enable maintainer mode by


From: Jérémie Courrèges -Anglas
Subject: Re: [RP] [PATCH] readd AM_MAINTAINER_MODE, but enable maintainer mode by default
Date: Wed, 13 Feb 2013 18:06:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.93 (berkeley-unix)

"Bernhard R. Link" <address@hidden> writes:

> Using AM_MAINTAINER_MODE([enable]) means you get the maintainer-specific
> parts enabled by default like without AM_MAINTAINER_MODE, while
> people still can do --disable-maintainer-mode to avoid any pitfalls.

I've been hesitating about this, since its only (valid?) use I can think
of is not to error out if installing from git and makeinfo isn't
installed (and this can be achieved using ''make INFO_DEPS='', iirc).

But ok, at least --disable-maintainer-mode is documented in
''./configure --help'', please commit this.

> ---
>  configure.ac |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> index defb3de..de6bde2 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -26,6 +26,8 @@ AC_CONFIG_MACRO_DIR([m4])
>  AC_CONFIG_SRCDIR([src/main.c])
>  AM_INIT_AUTOMAKE([-Wall -Werror gnu])
>  
> +AM_MAINTAINER_MODE([enable])
> +
>  AC_CONFIG_HEADER(src/config.h)
>  
>  dnl by default turn off debugging

-- 
Jérémie Courrèges-Anglas
GPG Key fingerprint: 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494

Attachment: pgphIQd18FG_9.pgp
Description: PGP signature


reply via email to

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