dnl Process this file with autoconf to produce a configure script. AC_INIT(tocps.c) dnl Checks for programs. AC_PROG_CC dnl Checks for libraries. dnl Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS(unistd.h stdlib.h string.h ctype.h) dnl Checks for library functions. AC_CHECK_FUNCS(strtol) AC_OUTPUT(Makefile,echo timestamp > stamp-h)