home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / hello-1.3 / configure.in < prev    next >
Encoding:
Text File  |  1993-05-19  |  214 b   |  10 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(hello.c)
  3. AC_PROG_CC
  4. AC_PROG_CPP
  5. AC_PROG_INSTALL
  6. AC_STDC_HEADERS
  7. AC_HAVE_HEADERS(string.h fcntl.h sys/file.h)
  8. AC_ALLOCA
  9. AC_OUTPUT(Makefile)
  10.