dnl Process this file with autoconf to produce a configure script. AC_INIT(mswordview.c) dnl Checks for programs. AC_PROG_LEX dnl Checks for libraries. dnl Checks for header files. dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_PID_T dnl Checks for library functions. AC_FUNC_VPRINTF AC_CHECK_FUNCS(getcwd mkdir rmdir) AC_OUTPUT(Makefile)