summaryrefslogtreecommitdiff
path: root/proto/xcmiscproto/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-04-25 19:52:59 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-04-25 19:52:59 +0000
commite461c21bf3800c2f84f34e6bcbb1ab79d70c0e05 (patch)
tree21438e3a4637b4b0824aa643539efb29571a7478 /proto/xcmiscproto/configure.ac
parent126d89fc189a07e1f0decb19a36e1eec2efaad41 (diff)
Update xcmiscproto to 1.2.0
Diffstat (limited to 'proto/xcmiscproto/configure.ac')
-rw-r--r--proto/xcmiscproto/configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/proto/xcmiscproto/configure.ac b/proto/xcmiscproto/configure.ac
index 8a290f7e2..5128ea81b 100644
--- a/proto/xcmiscproto/configure.ac
+++ b/proto/xcmiscproto/configure.ac
@@ -1,8 +1,12 @@
AC_PREREQ([2.57])
-AC_INIT([XCMiscProto], [1.1.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([XCMiscProto], [1.2.0], [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
xcmiscproto.pc])