AC_PREREQ(2.59) AC_INIT(nppilot, 0.1, michaelh@juju.net.nz) AM_INIT_AUTOMAKE(foreign subdir-objects color-tests dist-bzip2) CFLAGS="-g -Os" AC_PROG_CC CXXFLAGS="-g -Os" AC_PROG_CXX AC_PROG_RANLIB AC_CONFIG_FILES([Makefile]) AC_OUTPUT