dnl Process this file with autoconf to produce a configure script. AC_INIT(include/cgi/cgi.h) dnl options to compile with AC_ARG_ENABLE(cgienv, --enable-cgienv handle CGI environment variables, AC_DEFINE(ENABLE_CGIENV)) dnl Checks for programs. AC_PROG_CC AC_PROG_RANLIB dnl Checks for library functions. AC_CHECK_FUNCS(strerror) AC_CONFIG_HEADER(include/cgi/config.h) AC_OUTPUT(lib/Makefile appl/Makefile)