blob: b949e608864fd45fe67dd3d69c1d9e46a7ecb5b3 (
plain)
1
2
3
4
5
6
7
8
|
AC_PREREQ([2.57])
AC_INIT([AppleWMProto], [1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile
applewmproto.pc])
|