home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
EXTRA-ST
/
GNU
/
UUENCODE.0
/
UUENCODE
/
uuencode-1.0
/
configure.in
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-08-23
|
249 b
|
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)