home *** CD-ROM | disk | FTP | other *** search
- dnl Process this file with autoconf to produce a configure script.
- AC_INIT(cpio.h)
- PROGS="cpio"
- AC_SUBST(PROGS)dnl
- AC_PROG_CC
- AC_PROG_CPP
- AC_GCC_TRADITIONAL
- AC_PROG_INSTALL
- AC_AIX
- AC_MINIX
- AC_ISC_POSIX
- AC_RETSIGTYPE
- AC_MAJOR_HEADER
- AC_REMOTE_TAPE
- test -n "$have_mtio" && PROGS="$PROGS mt"
- AC_RSH
- AC_CONST
- AC_UID_T
- AC_STDC_HEADERS
- AC_UNISTD_H
- AC_HAVE_HEADERS(string.h fcntl.h utime.h sys/io/trioctl.h)
- AC_REPLACE_FUNCS(fnmatch bcopy mkdir strdup)
- AC_HAVE_FUNCS(strerror lchown)
- AC_VPRINTF
- AC_ALLOCA
- AC_XENIX_DIR
- AC_HAVE_LIBRARY(socket, [LIBS="$LIBS -lsocket"])
- AC_HAVE_LIBRARY(nsl, [LIBS="$LIBS -lnsl"])
- AC_OUTPUT(Makefile)
-