diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-12 20:13:34 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-04-12 20:13:34 +0000 |
commit | cec6e43aaeeab8ea3079b369d26da8786a3d48a1 (patch) | |
tree | f78ec6edce54f5654291c6a412673a0ea5857959 /m4 | |
parent | 2fc455e2d5ada71948f60eefa95b069a49995d51 (diff) | |
download | coreutils-cec6e43aaeeab8ea3079b369d26da8786a3d48a1.tar.xz |
(gl_MACROS): Check for setgroups and sync, since they
are not in Interix.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |