dnl Process this file with autoconf to produce a configure script. AC_INIT(main.cpp) AM_INIT_AUTOMAKE(ebnf2yacc, "0.1.1") dnl Checks for programs. dnl AC_PROG_CC AC_PROG_CXX AC_LANG_CPLUSPLUS AM_PROG_LEX AC_PROG_YACC dnl Checks for libraries. dnl Checks for header files. AC_HEADER_STDC dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_OUTPUT(Makefile tests/Makefile)