home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / doschk-1.1 / configure.in < prev    next >
Encoding:
Text File  |  1993-04-20  |  132 b   |  6 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(doschk.c)
  3. AC_PROG_CC
  4. AC_PROG_INSTALL
  5. AC_OUTPUT(Makefile)
  6.