From: Jim Meyering Date: Sat, 22 Jan 2000 22:04:33 +0000 (+0000) Subject: (AC_CHECK_HEADERS): Add checks from textutils' configure.in X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52a9f4aaf0d7135ad7dc909b0e17a647f6254c35;p=pspp (AC_CHECK_HEADERS): Add checks from textutils' configure.in --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 5e85bb12fa..cc111f0740 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -27,6 +27,9 @@ AC_DEFUN(jm_MACROS, sys/socket.h sys/systeminfo.h sys/time.h sys/timeb.h \ syslog.h unistd.h paths.h termios.h) + AC_CHECK_HEADERS(fcntl.h float.h limits.h memory.h stdlib.h string.h \ + unistd.h values.h) + jm_INCLUDED_REGEX([lib/regex.c]) AC_REQUIRE([jm_BISON])