aboutsummaryrefslogtreecommitdiff
path: root/X11/extensions/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'X11/extensions/configure.ac')
-rw-r--r--X11/extensions/configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/X11/extensions/configure.ac b/X11/extensions/configure.ac
new file mode 100644
index 000000000..8f0c24227
--- /dev/null
+++ b/X11/extensions/configure.ac
@@ -0,0 +1,8 @@
+AC_PREREQ([2.57])
+AC_INIT([XExtProto], [7.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
+
+XORG_RELEASE_VERSION
+
+AC_OUTPUT([Makefile
+ xextproto.pc])