getline: Simplify.
[pspp] / modules / getgroups
index 8d4972edddc77be910ebf4d5c93e25f21f0e34ce..4903123eb54398e5cfd34a3c3e171170f9a06dff 100644 (file)
@@ -6,13 +6,21 @@ 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
+gl_UNISTD_MODULE_INDICATOR([getgroups])
 
 Makefile.am:
 
 Include:
 <unistd.h>
 
+License:
+LGPL
+
+Maintainer:
+Jim Meyering, Eric Blake