summaryrefslogtreecommitdiff
path: root/configure.ac
blob: e96193dd06ec03bf26133e936c8ac6f7d9f0f181 (plain)
1
2
3
4
5
6
AC_PREREQ([2.57])
AC_INIT([XExtProto], [7.0], [xorg@lists.freedesktop.org])
AM_INIT_AUTOMAKE([1.7], [foreign dist-bzip2])
 
AC_OUTPUT([Makefile
           xextproto.pc])