7 lines
164 B
Plaintext
Raw Normal View History

AC_PREREQ([2.59])
AC_INIT([xcalibrateproto], [0.1.0], [pb@nexus.co.uk])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AC_OUTPUT([Makefile
xcalibrateproto.pc])