1 dnl Process this file with autoconf to produce a configure script.
4 dnl Checks for programs.
11 dnl Checks for header files.
13 AC_CHECK_HEADERS(string.h stdlib.h memory.h)
15 dnl Checks for typedefs, structures, and compiler characteristics.
18 dnl Checks for library functions.
20 AC_CHECK_FUNCS(strerror)