Gaetan Nadon <[email protected]> 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 <[email protected]>
> ---
>  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 <[email protected]>

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to