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 | |
---|
1 | dnl Process this file with autoconf to produce a configure script. |
---|
2 | AC_INIT(patch.c) |
---|
3 | AC_CONFIG_HEADER(config.h) |
---|
4 | AC_PROG_CC |
---|
5 | AC_PROG_CPP |
---|
6 | AC_AIX |
---|
7 | AC_MINIX |
---|
8 | AC_ISC_POSIX |
---|
9 | AC_CONST |
---|
10 | AC_PROG_INSTALL |
---|
11 | AC_DIR_HEADER |
---|
12 | if test -z "$dirheader"; then |
---|
13 | AC_DEFINE(NODIR) |
---|
14 | fi |
---|
15 | AC_RETSIGTYPE |
---|
16 | AC_STDC_HEADERS |
---|
17 | AC_UNISTD_H |
---|
18 | AC_HAVE_HEADERS(string.h fcntl.h) |
---|
19 | AC_REPLACE_FUNCS(rename) |
---|
20 | AC_HAVE_FUNCS(pathconf strerror) |
---|
21 | AC_ALLOCA |
---|
22 | AC_LONG_FILE_NAMES |
---|
23 | AC_XENIX_DIR |
---|
24 | AC_OUTPUT(Makefile) |
---|
Note: See
TracBrowser
for help on using the repository browser.