dnl Process this file with autoconf to produce a configure script AC_INIT(src) dnl Checks for programs. AC_PROG_MAKE_SET AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL dnl Checks for header files. AC_HEADER_STDC AC_OUTPUT(Makefile \ src/Makefile)