dnl Process this file with autoconf to produce a configure script. AC_INIT(e2tools.c) AM_INIT_AUTOMAKE(e2tools, 0.0.16) dnl Checks for programs. AC_PROG_CC AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AM_MAINTAINER_MODE dnl Checks for libraries. dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS(errno.h fcntl.h sys/time.h unistd.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_MODE_T AC_TYPE_OFF_T AC_HEADER_TIME AC_STRUCT_TM dnl Checks for library functions. AC_FUNC_ALLOCA AC_FUNC_UTIME_NULL AC_CHECK_FUNCS(gettimeofday regcomp strdup strtol) AC_OUTPUT(Makefile)