home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / trmcap11.zip / termcap-1.1 / configure.in < prev    next >
Text File  |  1992-09-29  |  199b  |  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_USG
  8. AC_UNISTD_H
  9. AC_STDC_HEADERS
  10. AC_OUTPUT(Makefile)
  11.