After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 761784 - Maintainer mode is missing
Maintainer mode is missing
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-09 15:59 UTC by Mattias Hansson
Modified: 2016-02-09 16:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Add configure option for maintainer mode (903 bytes, patch)
2016-02-09 16:00 UTC, Mattias Hansson
none Details | Review

Description Mattias Hansson 2016-02-09 15:59:20 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.
Comment 1 Mattias Hansson 2016-02-09 16:00:07 UTC
Created attachment 320724 [details] [review]
[PATCH] Add configure option for maintainer mode
Comment 2 Daniel Veillard 2016-02-09 16:27:43 UTC
Okay, trivial, pushed:

https://git.gnome.org/browse/libxml2/commit/?id=b5ca26077195148ecfe83b1e4923e7bd7ce2308d

  thanks !

Daniel