]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/dri2proto.git/blob - configure.ac
DEBIAN: debianization
[glsdk/dri2proto.git] / configure.ac
1 AC_PREREQ([2.60])
2 AC_INIT([DRI2Proto], [2.8], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
3 AM_INIT_AUTOMAKE([foreign dist-bzip2])
4 AM_MAINTAINER_MODE
6 # Require xorg-macros: XORG_DEFAULT_OPTIONS
7 m4_ifndef([XORG_MACROS_VERSION],
8           [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
9 XORG_MACROS_VERSION(1.3)
10 XORG_DEFAULT_OPTIONS
12 AC_OUTPUT([Makefile
13            dri2proto.pc])