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