home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / sed-2.03-src.lha / src / amiga / sed-2.03 / configure.in < prev    next >
Encoding:
Text File  |  1993-07-16  |  263 b   |  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.