Merge branch 'devel/x11' into tizen
[platform/upstream/fontsproto.git] / configure.ac
1 AC_PREREQ([2.60])
2 AC_INIT([FontsProto], [2.1.3],
3         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
4 AM_INIT_AUTOMAKE([foreign dist-bzip2])
5
6 # Require xorg-macros minimum of 1.12 for DocBook external references
7 m4_ifndef([XORG_MACROS_VERSION],
8           [m4_fatal([must install xorg-macros 1.12 or later before running autoconf/autogen])])
9 XORG_MACROS_VERSION(1.12)
10 XORG_DEFAULT_OPTIONS
11 XORG_ENABLE_SPECS
12 XORG_WITH_XMLTO(0.0.22)
13 XORG_WITH_FOP
14 XORG_WITH_XSLTPROC
15 XORG_CHECK_SGML_DOCTOOLS(1.8)
16
17 AC_CONFIG_FILES([Makefile
18            specs/Makefile
19            fontsproto.pc])
20 AC_OUTPUT