home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / grep16.lha / grep-1.6 / configure.in < prev    next >
Encoding:
Text File  |  1992-08-09  |  193 b   |  11 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(grep.c)
  3. AC_PROG_GCC
  4. AC_PROG_INSTALL
  5. AC_STDC_HEADERS
  6. AC_USG
  7. AC_UNISTD_H
  8. AC_CHAR_UNSIGNED
  9. AC_ALLOCA
  10. AC_OUTPUT(Makefile)
  11.