Git init
[framework/uifw/xorg/proto/x11proto-xext.git] / configure.ac
1 AC_PREREQ([2.60])
2 AC_INIT([XExtProto], [7.1.99.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
3 AM_INIT_AUTOMAKE([foreign dist-bzip2])
4 AM_MAINTAINER_MODE
5
6 # Require xorg-macros minimum of 1.10 for DocBook XML documentation
7 m4_ifndef([XORG_MACROS_VERSION],
8           [m4_fatal([must install xorg-macros 1.10 or later before running autoconf/autogen])])
9 XORG_MACROS_VERSION(1.10)
10 XORG_DEFAULT_OPTIONS
11 XORG_ENABLE_SPECS
12 XORG_WITH_XMLTO(0.0.20)
13 XORG_WITH_FOP
14 XORG_CHECK_SGML_DOCTOOLS(1.5)
15
16 AC_OUTPUT([Makefile
17            specs/Makefile
18            xextproto.pc])