verify: new macro 'assume'
[gnulib.git] / modules / getgroups
index 8d4972e..9926a12 100644 (file)
@@ -6,13 +6,24 @@ lib/getgroups.c
 m4/getgroups.m4
 
 Depends-on:
-xalloc
+unistd
+malloc-posix    [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
+stdint          [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
 
 configure.ac:
-jm_FUNC_GETGROUPS
+gl_FUNC_GETGROUPS
+if test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1; then
+  AC_LIBOBJ([getgroups])
+fi
+gl_UNISTD_MODULE_INDICATOR([getgroups])
 
 Makefile.am:
 
 Include:
 <unistd.h>
 
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering, Eric Blake