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

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(indent.c)
  3. AC_PROG_CC
  4. AC_PROG_CPP
  5. AC_PROG_INSTALL
  6. AC_AIX
  7. AC_MINIX
  8. AC_ISC_POSIX
  9. AC_REPLACE_FUNCS(memcpy)
  10. AC_HAVE_HEADERS(unistd.h)
  11. AC_DIR_HEADER
  12. AC_XENIX_DIR
  13. AC_OUTPUT(makefile)
  14.