summaryrefslogtreecommitdiffstats
path: root/contrib/diff/configure.in
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-10-29 16:14:35 +0000
committerache <ache@FreeBSD.org>1997-10-29 16:14:35 +0000
commitcee6432e9813e9be518150354ae53f3420ff78ad (patch)
tree59b0af1c99821931923814b79f174623579272a2 /contrib/diff/configure.in
downloadFreeBSD-src-cee6432e9813e9be518150354ae53f3420ff78ad.zip
FreeBSD-src-cee6432e9813e9be518150354ae53f3420ff78ad.tar.gz
Initial import
Diffstat (limited to 'contrib/diff/configure.in')
-rw-r--r--contrib/diff/configure.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/contrib/diff/configure.in b/contrib/diff/configure.in
new file mode 100644
index 0000000..1aa66d1
--- /dev/null
+++ b/contrib/diff/configure.in
@@ -0,0 +1,26 @@
+dnl Process this file with autoconf to produce a configure script.
+AC_INIT(diff.h)
+AC_CONFIG_HEADER(config.h:config.hin)
+AC_ARG_PROGRAM
+AC_PROG_CC
+AC_PROG_CPP
+AC_PROG_INSTALL
+AC_ISC_POSIX
+AC_MINIX
+AC_C_CONST
+AC_HEADER_STDC
+AC_CHECK_HEADERS(unistd.h fcntl.h limits.h stdlib.h string.h sys/file.h time.h)
+AC_HEADER_DIRENT
+AC_HEADER_STAT
+AC_HEADER_SYS_WAIT
+AC_TYPE_PID_T
+AC_TYPE_SIGNAL
+AC_CHECK_FUNCS(dup2 memchr sigaction strchr strerror tmpnam)
+AC_REPLACE_FUNCS(memchr waitpid)
+AC_FUNC_ALLOCA
+AC_FUNC_CLOSEDIR_VOID
+dnl No need for AC_FUNC_MEMCMP, since memcmp is used only to test for equality.
+AC_FUNC_VFORK
+AC_FUNC_VPRINTF
+AC_STRUCT_ST_BLKSIZE
+AC_OUTPUT(Makefile, [date > stamp-h])
OpenPOWER on IntegriCloud