1dnl Process this file with autoconf to produce a configure script.
2dnl Don't forget to run `aclocal -I /usr/local/share/aclocal` before
3dnl running autoconf! This is required for AM_PATH_CPPUNIT to work.
4AC_INIT(Makefile.am)
5AM_INIT_AUTOMAKE(cppunit-cookbook,1.6.2)
6AM_PATH_CPPUNIT(1.6.2)
7AC_PROG_CXX
8AC_PROG_CC
9AC_PROG_INSTALL
10AC_OUTPUT(Makefile)
11