]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Build System: Fix --disable-xmldoc option.
authorCorey Farrell <git@cfware.com>
Thu, 30 Mar 2017 14:51:14 +0000 (10:51 -0400)
committerCorey Farrell <git@cfware.com>
Wed, 25 Oct 2017 15:26:16 +0000 (10:26 -0500)
commit4772849016ec17c77045fc552944490fb4ab83f0
tree61605523f5bf7da0f14790eab90524a3a92d3c33
parentcf63db721767bb6f1302ea3ed8e664494f1f63ec
Build System: Fix --disable-xmldoc option.

The configure option to disable XML documentation does not currently
work.  This patch makes it effective, but also causes an ABI change by
removing the ast_xmldoc_* symbols.  Disabling xmldoc also prevents docs
from being automatically generated, but they can still be manually
generated with 'make doc/core-en_US.xml'.

ASTERISK-26639

Change-Id: Ifac562340c09f80c83e0203de098fcac93bf8c44
Makefile
configure
configure.ac
include/asterisk/autoconfig.h.in
include/asterisk/xml.h
main/config_options.c
main/manager.c
makeopts.in