From: Paul Eggert Date: Wed, 12 Apr 2006 20:13:34 +0000 (+0000) Subject: (gl_MACROS): Check for setgroups and sync, since they X-Git-Tag: v6.0~502 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cec6e43aaeeab8ea3079b369d26da8786a3d48a1;p=thirdparty%2Fcoreutils.git (gl_MACROS): Check for setgroups and sync, since they are not in Interix. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 97f5b4c3d6..fe4eb71a71 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 \