home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / termcap-1.2-src.lha / termcap-1.2 / configure.in < prev    next >
Text File  |  1995-01-11  |  247b  |  11 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(termcap.h)
  3. AC_SUBST(PROGS)dnl
  4. AC_PROG_CC
  5. AC_PROG_CPP
  6. AC_PROG_INSTALL
  7. AC_HAVE_HEADERS(string.h)
  8. AC_HAVE_HEADERS(unistd.h)
  9. AC_STDC_HEADERS
  10. AC_OUTPUT(Makefile tests/Makefile)
  11.