home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / indnt16.zip / indent-1.6 / configure.in < prev    next >
Text File  |  1992-07-29  |  297b  |  18 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_USG
  10. AC_REPLACE_FUNCS(memcpy)
  11. AC_UNISTD_H
  12. AC_DIR_HEADER
  13. if test -z "$dirheader"; then
  14.   AC_DEFINE(NODIR)
  15. fi
  16. AC_XENIX_DIR
  17. AC_OUTPUT(zmakefile)
  18.