diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-27 19:58:26 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-27 19:58:26 +0000 |
commit | 1a010cc9a7297285bf17224661dd90ca23a60fa7 (patch) | |
tree | be827be92546a4dba8cdf258daf5f1da547aaa93 /proto/xf86dgaproto/configure.ac | |
parent | 4b46a86e78b8e0632e9ee1abac37490097bad75c (diff) |
Update to xf86dgaproto 2.1
Diffstat (limited to 'proto/xf86dgaproto/configure.ac')
-rw-r--r-- | proto/xf86dgaproto/configure.ac | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/proto/xf86dgaproto/configure.ac b/proto/xf86dgaproto/configure.ac index 681617517..eb7504654 100644 --- a/proto/xf86dgaproto/configure.ac +++ b/proto/xf86dgaproto/configure.ac @@ -1,8 +1,12 @@ AC_PREREQ([2.57]) -AC_INIT([XF86DGAProto], [2.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([XF86DGAProto], [2.1], [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 xf86dgaproto.pc]) |