summaryrefslogtreecommitdiff
path: root/proto/recordproto/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'proto/recordproto/configure.ac')
-rw-r--r--proto/recordproto/configure.ac8
1 files changed, 6 insertions, 2 deletions
diff --git a/proto/recordproto/configure.ac b/proto/recordproto/configure.ac
index 4379c214e..1709ce6fa 100644
--- a/proto/recordproto/configure.ac
+++ b/proto/recordproto/configure.ac
@@ -1,8 +1,12 @@
AC_PREREQ([2.57])
-AC_INIT([RecordProto], [1.13.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([RecordProto], [1.14], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
-XORG_RELEASE_VERSION
+# Require xorg-macros: XORG_DEFAULT_OPTIONS
+m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.3)
+
+XORG_DEFAULT_OPTIONS
AC_OUTPUT([Makefile
recordproto.pc])