home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / patch-2.1-src.tgz / tar.out / fsf / patch / configure.in < prev    next >
Text File  |  1996-09-28  |  412b  |  22 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(patch.c)
  3. AC_CONFIG_HEADER(config.h)
  4. AC_PROG_CC
  5. AC_PROG_CPP
  6. AC_AIX
  7. AC_MINIX
  8. AC_ISC_POSIX
  9. AC_CONST
  10. AC_PROG_INSTALL
  11. AC_DIR_HEADER
  12. AC_RETSIGTYPE
  13. AC_STDC_HEADERS
  14. AC_HAVE_HEADERS(unistd.h)
  15. AC_HAVE_HEADERS(string.h fcntl.h)
  16. AC_REPLACE_FUNCS(rename)
  17. AC_HAVE_FUNCS(pathconf strerror)
  18. AC_ALLOCA
  19. AC_LONG_FILE_NAMES
  20. AC_XENIX_DIR
  21. AC_OUTPUT(Makefile)
  22.