diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:08:39 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:08:39 +0000 |
commit | a591b5fb25c93db8ce1d9e2fa00f503793f4dfe9 (patch) | |
tree | 539ad800451d3284fb9db3589fee43f469a9fa75 /proto/xf86rushproto/configure.ac | |
parent | 51965afeffb576b545a4c74d6f7b53061873cd93 (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'proto/xf86rushproto/configure.ac')
-rw-r--r-- | proto/xf86rushproto/configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/proto/xf86rushproto/configure.ac b/proto/xf86rushproto/configure.ac new file mode 100644 index 000000000..00693ec2a --- /dev/null +++ b/proto/xf86rushproto/configure.ac @@ -0,0 +1,8 @@ +AC_PREREQ([2.57]) +AC_INIT([XF86RushProto], [1.1.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) + +XORG_RELEASE_VERSION + +AC_OUTPUT([Makefile + xf86rushproto.pc]) |