getline: Simplify.
[pspp] / modules / getgroups
index 94e5d6d0056d3c4734bc606027eab47721c6a75d..4903123eb54398e5cfd34a3c3e171170f9a06dff 100644 (file)
@@ -6,20 +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:
 gl_FUNC_GETGROUPS
+gl_UNISTD_MODULE_INDICATOR([getgroups])
 
 Makefile.am:
-EXTRA_DIST += getgroups.c
 
 Include:
 <unistd.h>
 
 License:
-GPL
+LGPL
 
 Maintainer:
-Jim Meyering
-
+Jim Meyering, Eric Blake