dnl Process this file with autoconf to produce a configure script. AC_INIT(display.c) dnl Checks for programs. AC_PROG_CC dnl Checks for libraries. dnl Replace `main' with a function in -lcurses: AC_CHECK_LIB(ncurses, getch) dnl Checks for header files. dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. AC_TYPE_SIGNAL AC_OUTPUT(Makefile)