home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March / PCWK3A99.iso / Linux / DDD331 / DDD-3_1_.000 / DDD-3_1_ / ddd-3.1.1 / termcap / configure.in < prev    next >
Encoding:
Text File  |  1995-05-01  |  218 b   |  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_UNISTD_H
  9. AC_STDC_HEADERS
  10. AC_OUTPUT(Makefile)
  11.