diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-04-13 11:02:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-04-13 11:02:03 +0000 |
commit | d29cdd136c62cc4468b25b0da98d9292ea516c7e (patch) | |
tree | c3f1c60c1e604eedf2d764f8de8e8f6feec5f2d7 /proto/presentproto/configure.ac | |
parent | bd1836422bfc1df0d3084f99a04becb23c875e2a (diff) |
Add presentproto 1.0
Diffstat (limited to 'proto/presentproto/configure.ac')
-rw-r--r-- | proto/presentproto/configure.ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/proto/presentproto/configure.ac b/proto/presentproto/configure.ac new file mode 100644 index 000000000..2363d3097 --- /dev/null +++ b/proto/presentproto/configure.ac @@ -0,0 +1,13 @@ +AC_PREREQ([2.60]) +AC_INIT([PresentProto], [1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) +AM_MAINTAINER_MODE + +# Require xorg-macros: XORG_DEFAULT_OPTIONS +m4_ifndef([XORG_MACROS_VERSION], + [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.3) +XORG_DEFAULT_OPTIONS + +AC_OUTPUT([Makefile + presentproto.pc]) |