upload tizen2.0 source
[framework/uifw/xorg/proto/x11proto-xf86dri.git] / configure.ac
1 dnl
2 dnl Process this file with autoconf to create configure.
3
4 # Initialize Autoconf
5 AC_PREREQ([2.60])
6 AC_INIT([XF86DRIProto], [2.1.1],
7         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
8 AC_CONFIG_SRCDIR([Makefile.am])
9
10 # Initialize Automake
11 AM_INIT_AUTOMAKE([foreign dist-bzip2])
12 AM_MAINTAINER_MODE
13
14 # Require xorg-macros: XORG_DEFAULT_OPTIONS
15 m4_ifndef([XORG_MACROS_VERSION],
16           [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
17 XORG_MACROS_VERSION(1.3)
18 XORG_DEFAULT_OPTIONS
19
20 AC_OUTPUT([Makefile
21            xf86driproto.pc])