getline: Simplify.
[pspp] / modules / getgroups
index 8ecbbdd4935a3ffad9963e294d969d891047e0c3..4903123eb54398e5cfd34a3c3e171170f9a06dff 100644 (file)
@@ -6,8 +6,9 @@ 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
@@ -19,7 +20,7 @@ Include:
 <unistd.h>
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Jim Meyering, Eric Blake