dnl Process this file with autoconf to produce a configure script. AC_INIT(openupsd.c) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([openupsd], [0.3.1]) dnl Checks for programs. AC_PROG_CC AC_PROG_INSTALL dnl Checks for libraries. dnl Checks for header files. AC_HEADER_STDC AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(unistd.h syslog.h sys/select.h malloc.h) dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_CHECK_FUNCS(syslog sysconf) AC_OUTPUT(Makefile)