Re: [PATCH] readd AM_MAINTAINER_MODE, but enable maintainer mode by default
[email protected] (Jérémie Courrèges -Anglas)
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
"Bernhard R. Link" <[email protected]> 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 _______________________________________________ Ratpoison-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/ratpoison-devel
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (OpenBSD) iQIcBAEBCgAGBQJRG8gKAAoJEGGRj78GoRSUiXsP/1DOG6V6OfiLfqRAnauZ0DzX 4vWclxeYXVCSecqpJMTXLVEwhZfjnDlCG9IW4m22TYe9l09NoaV1RkdY+JZ95BP8 ATTMe3FHypVWR9Bs3e1BFbD9uQkgKmjyNtISVc1sAxNXSJQgi9b7AWcYrqJwadlJ /ok+aMB5jB51/FRiz1aP4raNjM8FEOh8B3Oo41a7xQxpenjUHeEVa5grcn8YlooW VTK/EDThD+mSiaYGKBkmDJgzr9xggKexZJ66KOlAgj4pOigMhP65iwrykPp70YEE PPQAiIqlU7N2nDHvMcLDo058pRYoTuG8c/xGHqUP29Z89DE1MxP/wM9JSC+8K5Qo qon57nNtAIL+tooQ/up2VSlLS66RdhPxmiT4fLdYwSecgRK80sY1ugIHDXPDiAG9 x9+nNzimWtWIp70LpcqDRTQ1Uki6uUZXg0wSBzzhazO6dZ/OCu+biSz04nSftZ4m RWg52hnhfgfyeTHnPOzuU9cI3RojYxREL4oe9uGyb7fARnm7xsexxhOexMsefbpE S2IeneUQjEhTrfClnX1VF43BeKLWymGiJcvUSCkLPvHAkVuDqyl4y61ubNW6408q odkIM1OPJ2jzbn/CM8AA+owuipGdurvBCqcImzGB9QaWdQP0lrAuXacCrCen3kuz B4YOKfoiManJS9sx3xHd =mabA -----END PGP SIGNATURE-----