GNOME Bugzilla – Bug 344039
Configure should check for pyxml
Last modified: 2009-11-14 21:14:36 UTC
The mangle-tmpl.py script requires the pyxml package to be installed for xml.dom.ext.reader.Sax2. So, configure.ac should check for the presence of this package. Otherwise, a build will fail even though it has checked that all the gtk-doc stuff is present.
Created attachment 67390 [details] [review] proposed patch, adds gst-plugin-docs.m4 with check for pyxml
Should be fixed in core/base/good CVS now, other modules will follow: common: 2006-06-15 Tim-Philipp Müller <tim at centricular dot net> * m4/gst-plugin-docs.m4: add GST_PLUGIN_DOCS, which checks for everything needed to build the plugin docs (namely gtk-doc and pyxml); also adds a new --enable-plugin-docs configure switch; will set ENABLE_PLUGIN_DOCS conditional for use in Makefile.am files (see #344039). core: 2006-06-15 Tim-Philipp Müller <tim at centricular dot net> * autogen.sh: Add default for new --enable-plugin-docs switch. * configure.ac: Use new GST_PLUGIN_DOCS macro to check for pyxml etc. Fixes #344039. * docs/Makefile.am: Use new ENABLE_PLUGIN_DOCS conditional. base: 2006-06-16 Tim-Philipp Müller <tim at centricular dot net> * autogen.sh: * configure.ac: * docs/Makefile.am: Use GST_PLUGIN_DOCS macro in configure.ac, add --enable-plugin-docs default to autogen.sh and use ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039). etc.
Where exactly are we checking for pyxml?