Require xorg-macros 1.11 now that it is released

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith 2010-10-29 22:01:39 -07:00
parent 1ec89689fc
commit 5d245d8013

View file

@ -21,10 +21,10 @@ AC_CONFIG_HEADER([include/X11/XlibConf.h])
# to avoid autoconf errors.
AC_USE_SYSTEM_EXTENSIONS
# Require xorg-macros minimum of 1.10 for DocBook XML documentation
# Require xorg-macros minimum of 1.11 for disabling fop by default
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.10 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.10)
[m4_fatal([must install xorg-macros 1.11 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.11)
XORG_DEFAULT_OPTIONS
XORG_ENABLE_SPECS
XORG_WITH_XMLTO(0.0.20)