getcwd-lgpl: new module
[pspp] / modules / getgroups
index 94e5d6d0056d3c4734bc606027eab47721c6a75d..aabcefc5cc5a5b5e9d906cf33e1bfea51b4813ef 100644 (file)
@@ -6,13 +6,15 @@ lib/getgroups.c
 m4/getgroups.m4
 
 Depends-on:
-xalloc
+malloc-posix
+stdint
+unistd
 
 configure.ac:
 gl_FUNC_GETGROUPS
+gl_UNISTD_MODULE_INDICATOR([getgroups])
 
 Makefile.am:
-EXTRA_DIST += getgroups.c
 
 Include:
 <unistd.h>
@@ -21,5 +23,4 @@ License:
 GPL
 
 Maintainer:
-Jim Meyering
-
+Jim Meyering, Eric Blake