summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-15 22:29:52 +0000
committerJim Meyering <jim@meyering.net>2003-02-15 22:29:52 +0000
commitfa6fd215808a2f504ac3d002a26033878e13852f (patch)
tree4631be7a86762ae6cce2937eba90f7e7a8022058 /m4
parent434cd73a81b9094c8f9b85278a680c017e406a6d (diff)
downloadcoreutils-fa6fd215808a2f504ac3d002a26033878e13852f.tar.xz
Require AC_SYS_MMAP_STACK.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 48f62b59a..103dd027d 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -61,6 +61,7 @@ AC_DEFUN([jm_MACROS],
AC_REQUIRE([jm_FUNC_GNU_STRFTIME])
AC_REQUIRE([jm_FUNC_MKTIME])
AC_REQUIRE([jm_FUNC_FPENDING])
+ AC_REQUIRE([AC_SYS_MMAP_STACK])
# This is for od and stat, and any other program that
# uses the PRI.MAX macros from inttypes.h.
@@ -161,6 +162,9 @@ AC_DEFUN([jm_MACROS],
tzset \
)
+ # for test.c
+ AC_CHECK_FUNCS(setreuid setregid)
+
AM_FUNC_GETLINE
if test $am_cv_func_working_getline != yes; then
AC_CHECK_FUNCS(getdelim)