mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 02:38:12 +02:00
Require xorg-macros 1.11 now that it is released
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
1ec89689fc
commit
5d245d8013
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue