source: trunk/third/diffutils/configure.in @ 16149

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 
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(diff.h)
3AC_CONFIG_HEADER(config.h:config.hin)
4AC_ARG_PROGRAM
5AC_PROG_CC
6AC_PROG_CPP
7AC_PROG_INSTALL
8AC_ISC_POSIX
9AC_MINIX
10AC_C_CONST
11AC_HEADER_STDC
12AC_CHECK_HEADERS(unistd.h fcntl.h limits.h stdlib.h string.h sys/file.h time.h)
13AC_HEADER_DIRENT
14AC_HEADER_STAT
15AC_HEADER_SYS_WAIT
16AC_TYPE_PID_T
17AC_TYPE_SIGNAL
18AC_CHECK_FUNCS(dup2 memchr sigaction strchr strerror tmpnam)
19AC_REPLACE_FUNCS(memchr waitpid)
20AC_FUNC_ALLOCA
21AC_FUNC_CLOSEDIR_VOID
22dnl No need for AC_FUNC_MEMCMP, since memcmp is used only to test for equality.
23AC_FUNC_VFORK
24AC_FUNC_VPRINTF
25AC_STRUCT_ST_BLKSIZE
26AC_OUTPUT(Makefile, [date > stamp-h])
Note: See TracBrowser for help on using the repository browser.