1 dnl Process this file with autoconf to produce a configure script.
3 AM_INIT_AUTOMAKE(MetaMake,0.6)
4 AC_REVISION($Revision$)dnl
7 dnl Checks for programs.
11 dnl Checks for libraries.
13 dnl Checks for header files.
16 AC_CHECK_HEADERS(stdarg.h string.h unistd.h sys/stat.h sys/types.h netinet/in.h)
18 dnl Checks for typedefs, structures, and compiler characteristics.
23 dnl Checks for library functions.
25 AC_CHECK_FUNCS(getcwd strdup strndup strerror)
27 AM_CONFIG_HEADER(config.h)