changeset 1704:662b76ca737e

Look for a few more functions and headers
author bert <bert>
date Tue, 23 Mar 2004 21:15:46 +0000
parents 1791ed5ad772
children 82a0f8eced29
files configure.in
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@
 AM_INIT_AUTOMAKE(minc, 1.3)
 AC_CONFIG_HEADERS([config.h])
 
-AC_REVISION($Revision: 6.13 $)
+AC_REVISION($Revision: 6.14 $)
 
 AC_PROG_INSTALL
 AC_PROG_LN_S
@@ -20,6 +20,7 @@
 
 AC_HEADER_TIME
 AC_CHECK_HEADERS(sys/time.h sys/stat.h sys/wait.h unistd.h)
+AC_CHECK_HEADERS(fcntl.h pwd.h float.h)
 
 dnl Build only static libs by default
 AC_DISABLE_SHARED
@@ -39,6 +40,9 @@
 dnl Verify existence of mkstemp, tempnam, and tmpnam
 AC_CHECK_FUNCS(mkstemp tempnam tmpnam)
 
+dnl Verify existence of some functions we'd like to use
+AC_CHECK_FUNCS(getpwnam select strerror)
+
 # Functions required for execute_decompress_command().
 AC_FUNC_FORK
 AC_CHECK_FUNCS(system popen)