summaryrefslogtreecommitdiff
path: root/proto/renderproto/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-04-24 19:57:11 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-04-24 19:57:11 +0000
commit0567618effe25784b0d8d73bf4715cd68bd24acd (patch)
tree23c7d226b95c74b1826595313616c34fb7261eef /proto/renderproto/configure.ac
parentaa653f50c304ab29f148b4498c43412d5ccc634c (diff)
Update to renderproto 0.11
Diffstat (limited to 'proto/renderproto/configure.ac')
-rw-r--r--proto/renderproto/configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/proto/renderproto/configure.ac b/proto/renderproto/configure.ac
index cfe6a0e6e..102abc95d 100644
--- a/proto/renderproto/configure.ac
+++ b/proto/renderproto/configure.ac
@@ -1,8 +1,12 @@
AC_PREREQ([2.57])
-AC_INIT([RenderProto], [0.9.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([RenderProto], [0.11], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
+# Require xorg-macros: XORG_CHANGELOG
+m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.2)
XORG_RELEASE_VERSION
+XORG_CHANGELOG
AC_OUTPUT([Makefile
renderproto.pc])