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

XORG_RELEASE_VERSION

AC_OUTPUT([Makefile
           fontcacheproto.pc])