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