summaryrefslogtreecommitdiff
path: root/proto/pmproto/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-25 16:10:30 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-25 16:10:30 +0000
commit7b467928c509058d60342a08c51c85693cdfa281 (patch)
tree51cd415da5ed9b00e3d1a498a93bbb7abf78b558 /proto/pmproto/configure.ac
parenta591b5fb25c93db8ce1d9e2fa00f503793f4dfe9 (diff)
import from X.Org 7.2RC2
Diffstat (limited to 'proto/pmproto/configure.ac')
-rw-r--r--proto/pmproto/configure.ac8
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])