dnl Process this file with autoconf to produce a configure script. AC_INIT(hello.c) AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL AC_STDC_HEADERS AC_HAVE_HEADERS(string.h fcntl.h sys/file.h) AC_ALLOCA AC_OUTPUT(Makefile)