dnl Process this file with autoconf to produce a configure script. AC_INIT(rep.c) AC_PROG_CC AC_PROG_INSTALL AC_CHECK_LIB(curses, initscr,, AC_CHECK_LIB(ncurses, initscr)) AC_CHECK_LIB(termcap, tgetent) AC_OUTPUT(Makefile)