From cec6e43aaeeab8ea3079b369d26da8786a3d48a1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 12 Apr 2006 20:13:34 +0000 Subject: (gl_MACROS): Check for setgroups and sync, since they are not in Interix. --- m4/jm-macros.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'm4/jm-macros.m4') diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 97f5b4c3d..fe4eb71a7 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 96 -*- autoconf -*- +#serial 97 -*- autoconf -*- dnl Misc type-related macros for coreutils. @@ -115,8 +115,10 @@ AC_DEFUN([gl_MACROS], mkfifo \ mbrlen \ realpath \ + setgroups \ sethostname \ siginterrupt \ + sync \ sysctl \ sysinfo \ tcgetpgrp \ -- cgit v1.2.3-54-g00ecf