diff options
Diffstat (limited to 'proto/randrproto/configure.ac')
-rw-r--r-- | proto/randrproto/configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/proto/randrproto/configure.ac b/proto/randrproto/configure.ac new file mode 100644 index 000000000..2842ccff0 --- /dev/null +++ b/proto/randrproto/configure.ac @@ -0,0 +1,8 @@ +AC_PREREQ([2.57]) +AC_INIT([RandrProto], [1.1.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) + +XORG_RELEASE_VERSION + +AC_OUTPUT([Makefile + randrproto.pc]) |