Revision 16149,
683 bytes
checked in by rbasch, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r16148,
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(diff.h) |
---|
3 | AC_CONFIG_HEADER(config.h:config.hin) |
---|
4 | AC_ARG_PROGRAM |
---|
5 | AC_PROG_CC |
---|
6 | AC_PROG_CPP |
---|
7 | AC_PROG_INSTALL |
---|
8 | AC_ISC_POSIX |
---|
9 | AC_MINIX |
---|
10 | AC_C_CONST |
---|
11 | AC_HEADER_STDC |
---|
12 | AC_CHECK_HEADERS(unistd.h fcntl.h limits.h stdlib.h string.h sys/file.h time.h) |
---|
13 | AC_HEADER_DIRENT |
---|
14 | AC_HEADER_STAT |
---|
15 | AC_HEADER_SYS_WAIT |
---|
16 | AC_TYPE_PID_T |
---|
17 | AC_TYPE_SIGNAL |
---|
18 | AC_CHECK_FUNCS(dup2 memchr sigaction strchr strerror tmpnam) |
---|
19 | AC_REPLACE_FUNCS(memchr waitpid) |
---|
20 | AC_FUNC_ALLOCA |
---|
21 | AC_FUNC_CLOSEDIR_VOID |
---|
22 | dnl No need for AC_FUNC_MEMCMP, since memcmp is used only to test for equality. |
---|
23 | AC_FUNC_VFORK |
---|
24 | AC_FUNC_VPRINTF |
---|
25 | AC_STRUCT_ST_BLKSIZE |
---|
26 | AC_OUTPUT(Makefile, [date > stamp-h]) |
---|
Note: See
TracBrowser
for help on using the repository browser.