configure: actually require macros 1.13
Introduced in 6a5bf15fa9
Reported-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
f0f0eec869
commit
315aa8444b
|
@ -35,7 +35,7 @@ AM_MAINTAINER_MODE
|
||||||
# Require xorg-macros minimum of 1.13 for XORG_ENABLE_UNIT_TESTS
|
# Require xorg-macros minimum of 1.13 for XORG_ENABLE_UNIT_TESTS
|
||||||
m4_ifndef([XORG_MACROS_VERSION],
|
m4_ifndef([XORG_MACROS_VERSION],
|
||||||
[m4_fatal([must install xorg-macros 1.13 or later before running autoconf/autogen])])
|
[m4_fatal([must install xorg-macros 1.13 or later before running autoconf/autogen])])
|
||||||
XORG_MACROS_VERSION(1.10)
|
XORG_MACROS_VERSION(1.13)
|
||||||
XORG_DEFAULT_OPTIONS
|
XORG_DEFAULT_OPTIONS
|
||||||
XORG_WITH_DOXYGEN(1.6.1)
|
XORG_WITH_DOXYGEN(1.6.1)
|
||||||
XORG_CHECK_SGML_DOCTOOLS(1.5)
|
XORG_CHECK_SGML_DOCTOOLS(1.5)
|
||||||
|
|
Loading…
Reference in New Issue