GNOME Bugzilla – Bug 721228
configure: search for xml catalog in XDG_DATA_DIRS
Last modified: 2014-01-05 22:08:20 UTC
See patches.
Created attachment 265018 [details] [review] Remove redundant acinclude.m4 This file contains only copies of the files from m4/ and should not be in version control.
Created attachment 265019 [details] [review] configure: search for xml catalog in XDG_DATA_DIRS Detect the xml catalog file in either /etc/xml/catalog (currently the only place we check) and also in XDG_DATA_DIRS/xml/catalog. This will help find the XML catalog on systems that have it in /usr/local/share/xml/catalog (like the BSDs) and will also help to find it in the case that we've installed docbook ourselves as part of bootstrapping jhbuild (like on Mac OS). --with-xml-catalog is still supported and, if given, we will only attempt to use the given path and not guess others.
The following fixes have been pushed: a551ffe configure: search for xml catalog in XDG_DATA_DIRS 61ac18f Remove redundant acinclude.m4
Created attachment 265170 [details] [review] configure: search for xml catalog in XDG_DATA_DIRS Detect the xml catalog file in either /etc/xml/catalog (currently the only place we check) and also in XDG_DATA_DIRS/xml/catalog. This will help find the XML catalog on systems that have it in /usr/local/share/xml/catalog (like the BSDs) and will also help to find it in the case that we've installed docbook ourselves as part of bootstrapping jhbuild (like on Mac OS). --with-xml-catalog is still supported and, if given, we will only attempt to use the given path and not guess others.
Created attachment 265171 [details] [review] Remove redundant acinclude.m4 This file contains only copies of the files from m4/ and should not be in version control.