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 >
Wrap
Text File
|
1993-08-23
|
249b
|
12 lines
dnl Process this file with autoconf to produce a configure script.
AC_INIT(uuencode.c)
AC_PROG_CC
AC_PROG_INSTALL
AC_COMPILE_CHECK([void],
[], [extern void foo (); (void) exit (0);],
,
AC_DEFINE([void],[int]))
AC_CONST
AC_ALLOCA
AC_OUTPUT(Makefile)