dnl dnl Configuration input file for Harvest version of SWISH dnl dnl $Id: configure.in,v 1.1 1997/10/27 21:13:52 sxw Exp $ dnl AC_PREREQ(2.12) AC_INIT(swish_config.h) AC_REVISION(1.2)dnl AC_PREFIX_DEFAULT(/usr/local/harvest) dnl Check for programs AC_PROG_CC AC_PROG_INSTALL dnl Checks for libraries. AC_CHECK_LIB(m, log) dnl Checks for header files. AC_HEADER_DIRENT AC_HEADER_STDC dnl Checks for typedefs, structures, and compiler characteristics. AC_TYPE_SIZE_T AC_STRUCT_TM dnl Checks for library functions. AC_FUNC_STRFTIME AC_CHECK_FUNCS(strstr) AC_OUTPUT(Makefile)