diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-24 19:48:04 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-24 19:48:04 +0000 |
commit | cb48a5f9bf0e453c6d7f9f8de35f5b3a68922f1e (patch) | |
tree | 7febf41849aefb0dabb078e23600fab937a69796 /proto/bigreqsproto/configure.ac | |
parent | 59bbe68eb0c42dea683b23ba764c7a89cc493dd2 (diff) |
Update to bigreqsproto 1.1.0
Diffstat (limited to 'proto/bigreqsproto/configure.ac')
-rw-r--r-- | proto/bigreqsproto/configure.ac | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/proto/bigreqsproto/configure.ac b/proto/bigreqsproto/configure.ac index 902ce6c51..8ecc2297c 100644 --- a/proto/bigreqsproto/configure.ac +++ b/proto/bigreqsproto/configure.ac @@ -1,8 +1,12 @@ AC_PREREQ([2.57]) -AC_INIT([BigReqsProto], [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([BigReqsProto], [1.1.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 bigreqsproto.pc]) |