home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / uuencode-1.0-src.lha / src / amiga / uuencode-1.0 / configure.in < prev    next >
Encoding:
Text File  |  1993-08-23  |  249 b   |  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.