summaryrefslogtreecommitdiff
path: root/configure.ac
blob: 5adc724f392fd17ce95ca79fe68ae5aa698a2783 (plain)
1
2
3
4
5
6
7
8
AC_PREREQ([2.57])
AC_INIT([XExtProto], [7.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])

XORG_RELEASE_VERSION

AC_OUTPUT([Makefile
           xextproto.pc])