summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-01 14:30:33 -0500
committerAdam Jackson <ajax@redhat.com>2018-03-01 14:30:33 -0500
commitb7f2cf6eb2055f72d4772b66dfc3050e43a3a8f3 (patch)
treee9c3d9481752addcb4b76e26bf31701db193b24e /configure.ac
parent3937f72040b79c7245b261da880364177cc40a6e (diff)
downloadxorg-proto-dri3proto-master.tar.gz
Deprecate dri3protoHEADmaster
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index d7abd0a..0000000
--- a/configure.ac
+++ /dev/null
@@ -1,13 +0,0 @@
-AC_PREREQ([2.60])
-AC_INIT([DRI3Proto], [1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
-AM_INIT_AUTOMAKE([foreign dist-bzip2])
-
-# 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_CONFIG_FILES([Makefile
- dri3proto.pc])
-AC_OUTPUT