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

AC_MSG_ERROR([This branch has been merged. Please use the master branch instead.])

XORG_RELEASE_VERSION

AC_OUTPUT([Makefile
           xextproto.pc])