source: trunk/third/patch/configure.in @ 9069

Revision 9069, 450 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9068, which included commits to RCS files with non-trunk default branches.
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(patch.c)
3AC_CONFIG_HEADER(config.h)
4AC_PROG_CC
5AC_PROG_CPP
6AC_AIX
7AC_MINIX
8AC_ISC_POSIX
9AC_CONST
10AC_PROG_INSTALL
11AC_DIR_HEADER
12if test -z "$dirheader"; then
13  AC_DEFINE(NODIR)
14fi
15AC_RETSIGTYPE
16AC_STDC_HEADERS
17AC_UNISTD_H
18AC_HAVE_HEADERS(string.h fcntl.h)
19AC_REPLACE_FUNCS(rename)
20AC_HAVE_FUNCS(pathconf strerror)
21AC_ALLOCA
22AC_LONG_FILE_NAMES
23AC_XENIX_DIR
24AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.