getline: Simplify.
[pspp] / modules / getgroups
index 472d20e9ce60eeb408ff00f50da0b206f7558bf5..4903123eb54398e5cfd34a3c3e171170f9a06dff 100644 (file)
@@ -6,11 +6,13 @@ lib/getgroups.c
 m4/getgroups.m4
 
 Depends-on:
-malloc-posix
 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:
 
@@ -18,7 +20,7 @@ Include:
 <unistd.h>
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Jim Meyering, Eric Blake