upload tizen2.0 source
[framework/uifw/xorg/proto/x11proto-xf86dga.git] / configure.ac
1 AC_PREREQ([2.57])
2 AC_INIT([XF86DGAProto], [2.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
3 AM_INIT_AUTOMAKE([foreign dist-bzip2])
4
5 # Require xorg-macros: XORG_DEFAULT_OPTIONS
6 m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])])
7 XORG_MACROS_VERSION(1.3)
8
9 XORG_DEFAULT_OPTIONS
10
11 AC_OUTPUT([Makefile
12            xf86dgaproto.pc])