configure.ac revision 566738d7
1AC_PREREQ([2.57])
2AC_INIT([XProxyManagementProtocol], [1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
3AM_INIT_AUTOMAKE([foreign dist-bzip2])
4
5XORG_RELEASE_VERSION
6
7AC_OUTPUT([Makefile
8           xproxymngproto.pc])
9