This version fixes a bug in fop 0.95 where fop crashes in the presence of some characters like the latin capital sharp s.
The XORG_WITH_FOP macro must be at version 1.15 in order to be able to specify the minimum version. This does not ensure that there are no other bugs in fop nor does it ensure that any point versions of 0.95 or earlier versions of fop do have the bug. The fop backend is only used for pdf version of DocBook/XML documentation which only a limited number of builders have an interest in. It is justified to raise the bar to not only ensure that it builds, but that the output is the best possible. If version 1.0 is not available, the docs are skipped but the build does not abort. Signed-off-by: Gaetan Nadon <[email protected]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 0231de6..6525c9a 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ XORG_MACROS_VERSION(1.15) XORG_DEFAULT_OPTIONS XORG_ENABLE_SPECS XORG_WITH_XMLTO(0.0.22) -XORG_WITH_FOP([],[no]) +XORG_WITH_FOP([1.0],[no]) XORG_WITH_XSLTPROC XORG_CHECK_SGML_DOCTOOLS(1.8) XORG_PROG_RAWCPP -- 1.7.4.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
