[PATCH libXi] doc: specify minimum version for xmlto and ascidoc

Fernando Carrijo fcarrijo at yahoo.com.br
Thu Mar 11 18:48:40 PST 2010


Gaetan Nadon <memsize at videotron.ca> wrote:
> Specify 0.0.20 as the minimum version for xmlto.
> Older versions do not have fop backend.
> 
> Specify 8.4.5 as the minimum version for ascidooc.
> Older versions stop with errors.
> 
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  configure.ac |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 8aaa9d2..01416de 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -8,11 +8,11 @@ AM_MAINTAINER_MODE
>  
>  # Require xorg-macros: XORG_DEFAULT_OPTIONS
>  m4_ifndef([XORG_MACROS_VERSION],
> -          [m4_fatal([must install xorg-macros 1.5 or later before running autoconf/autogen])])
> -XORG_MACROS_VERSION(1.5)
> +          [m4_fatal([must install xorg-macros 1.6 or later before running autoconf/autogen])])
> +XORG_MACROS_VERSION(1.6)
>  XORG_DEFAULT_OPTIONS
> -XORG_WITH_XMLTO
> -XORG_WITH_ASCIIDOC
> +XORG_WITH_XMLTO(0.0.20)
> +XORG_WITH_ASCIIDOC(8.4.5)
>  AM_CONFIG_HEADER(src/config.h)
>  
>  # Check for progs
> -- 
> 1.6.0.4
> 
> Also done for xmlto in libXcomposite, libXfont and libXtst

Tested-by: Fernando Carrijo <fcarrijo at yahoo.com.br>



More information about the xorg-devel mailing list