home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / uuencode-1.0-src.lha / src / amiga / uuencode-1.0 / configure.in < prev    next >
Text File  |  1993-08-23  |  249b  |  12 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(uuencode.c)
  3. AC_PROG_CC
  4. AC_PROG_INSTALL
  5. AC_COMPILE_CHECK([void],
  6. [], [extern void foo (); (void) exit (0);],
  7. ,
  8. AC_DEFINE([void],[int]))
  9. AC_CONST
  10. AC_ALLOCA
  11. AC_OUTPUT(Makefile)
  12.