dnl Process this file with autoconf to produce a configure script. AC_INIT(dirlex.l) AC_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AC_PROG_YACC AC_PROG_LEX AC_PROG_LIBTOOL dnl Checks for programs. dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS(unistd.h sys/types.h string.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_SIZE_T dnl Checks for library functions. AC_OUTPUT(Makefile)