home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_NT / SED.ZIP / CONFIGUR.IN < prev    next >
Text File  |  1993-05-21  |  263b  |  15 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(sed.c)
  3. AC_PROG_CC
  4. AC_PROG_CPP
  5. AC_PROG_INSTALL
  6. AC_MINIX
  7. AC_ISC_POSIX
  8. AC_STDC_HEADERS
  9. AC_HAVE_HEADERS(string.h)
  10. AC_VPRINTF
  11. AC_HAVE_FUNCS(bcopy memcpy)
  12. AC_CONST
  13. AC_ALLOCA
  14. AC_OUTPUT(Makefile)
  15.