On 13/11/13 12:24, David Timothy Strauss wrote:
> Based on the autotools docs, it looks like this would change the
> default to enabled "maintainer mode," meaning developers would need to
> run --disable-maintainer-mode to maintain the current behavior. Is
> this correct?

Absence of AM_MAINTAINER_MODE is equivalent to always being in
"maintainer mode" (the mode in which the build system will automatically
run autoconf, automake, libtoolize etc.). AM_MAINTAINER_MODE with no
argument disables maintainer mode by default but allows it to be
enabled; AM_MAINTAINER_MODE([enable]) enables it by default but allows
it to be disabled.

AM_MAINTAINER_MODE([enable]) is usually the right thing.

    S

_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to