home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / rcs567s.zip / diff / configure.in < prev    next >
Text File  |  1993-11-10  |  465b  |  23 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(diff.h)
  3. AC_CONFIG_HEADER(config.h)
  4. AC_PROG_CC
  5. AC_PROG_CPP
  6. AC_PROG_INSTALL
  7. AC_MINIX
  8. AC_ISC_POSIX
  9. AC_DIR_HEADER
  10. AC_CONST
  11. AC_STDC_HEADERS
  12. AC_HAVE_HEADERS(unistd.h fcntl.h limits.h stdlib.h string.h sys/wait.h time.h)
  13. AC_PID_T
  14. AC_RETSIGTYPE
  15. AC_HAVE_FUNCS(dup2 memchr sigaction strerror waitpid)
  16. AC_VFORK
  17. AC_VPRINTF
  18. AC_ALLOCA
  19. AC_ST_BLKSIZE
  20. AC_STAT_MACROS_BROKEN
  21. AC_XENIX_DIR
  22. AC_OUTPUT(Makefile)
  23.