[PATCH v2] add XORG_WITH_XMLTO to factorize xmlto tests
Rémi Cardona
remi at gentoo.org
Tue Jan 5 23:24:39 PST 2010
Le 06/01/2010 08:05, Matthieu Herrb a écrit :
> From 861790b2c9ac121d42d71c3258c24d1a6b265bc9 Mon Sep 17 00:00:00 2001
> From: Matthieu Herrb <matthieu.herrb at laas.fr>
> Date: Tue, 5 Jan 2010 23:04:25 +0100
> Subject: [PATCH] Add XORG_WITH_XMLTO to factorize xmlto tests.
>
> This also allow to configure with --without-xmlto to ignore
> a 3rd party xmlto tool on systems that normally don't have it,
> in order to have reproducable builds.
>
> Signed-off-by: Matthieu Herrb <matthieu.herrb at laas.fr>
> +if test "x$use_xmlto" = x"auto"; then
> + AC_PATH_PROG([XMLTO], [xmlto])
> + if test "x$XMLTO" = "x"; then
> + AC_MSG_WARN([xmlto not found - cannot create man pages without it])
> + have_xmlto=no
^^^^^ weird indent here, but otherwise :
Reviewed-by: Rémi Cardona <remi at gentoo.org>
Cheers,
Rémi
More information about the xorg-devel
mailing list