summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-09 21:38:37 -0700
committerKeith Packard <keithp@keithp.com>2013-04-09 21:39:54 -0700
commit92135eefc5d452f8d4f1921a778af238e6b5d1a5 (patch)
treeb2fd7e89ddd9a46952c9a9c3bf4cf4f8259ea995 /configure.ac
parent9ab4a811fe9174cad10854da626102a64a0d5ece (diff)
downloadxorg-proto-dri3proto-92135eefc5d452f8d4f1921a778af238e6b5d1a5.tar.gz
Initial DRI3 protocol headers
Just getting started Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..1671e6c
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,13 @@
+AC_PREREQ([2.60])
+AC_INIT([DRI3Proto], [1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_MAINTAINER_MODE
+
+# Require xorg-macros: XORG_DEFAULT_OPTIONS
+m4_ifndef([XORG_MACROS_VERSION],
+ [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.3)
+XORG_DEFAULT_OPTIONS
+
+AC_OUTPUT([Makefile
+ dri3proto.pc])