home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
indent-1.9.1-src.tgz
/
tar.out
/
fsf
/
indent
/
configure.in
< prev
next >
Wrap
Text File
|
1996-09-28
|
251b
|
14 lines
dnl Process this file with autoconf to produce a configure script.
AC_INIT(indent.c)
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_AIX
AC_MINIX
AC_ISC_POSIX
AC_REPLACE_FUNCS(memcpy)
AC_HAVE_HEADERS(unistd.h)
AC_DIR_HEADER
AC_XENIX_DIR
AC_OUTPUT(makefile)