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