diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:10:30 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:10:30 +0000 |
commit | 7b467928c509058d60342a08c51c85693cdfa281 (patch) | |
tree | 51cd415da5ed9b00e3d1a498a93bbb7abf78b558 /proto/pmproto/configure.ac | |
parent | a591b5fb25c93db8ce1d9e2fa00f503793f4dfe9 (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'proto/pmproto/configure.ac')
-rw-r--r-- | proto/pmproto/configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/proto/pmproto/configure.ac b/proto/pmproto/configure.ac new file mode 100644 index 000000000..dd173cf0c --- /dev/null +++ b/proto/pmproto/configure.ac @@ -0,0 +1,8 @@ +AC_PREREQ([2.57]) +AC_INIT([XProxyManagementProtocol], [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) + +XORG_RELEASE_VERSION + +AC_OUTPUT([Makefile + xproxymngproto.pc]) |