GNOME Bugzilla – Bug 761784
Maintainer mode is missing
Last modified: 2016-02-09 16:27:43 UTC
Users should not be affected by certain tool version in order to build a project with autotools. libxml2 does not support maintainer mode. By adding the support for maintainer mode, it is possible for users to toggle checks for autotools-related tools. Example: In my case, I wasn't able to build libxml2 because aclocal-1.13 was missing from my machine. With AM_MAINTAINER_MODE, I'm able to configure libxml2 with '--disable-maintainer-mode' which will disable checks for aclocal.
Created attachment 320724 [details] [review] [PATCH] Add configure option for maintainer mode
Okay, trivial, pushed: https://git.gnome.org/browse/libxml2/commit/?id=b5ca26077195148ecfe83b1e4923e7bd7ce2308d thanks ! Daniel