getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / getusershell
index 67aebfea296a2b1ceb1257269487fd445b9c2d33..56e8b5f0e0d37f0a47c11dcc3839711bc0349ab3 100644 (file)
@@ -6,13 +6,22 @@ lib/getusershell.c
 m4/getusershell.m4
 
 Depends-on:
-xalloc
-unlocked-io
+unistd
+extensions
+fopen-safer     [test $ac_cv_func_getusershell = no]
+xalloc          [test $ac_cv_func_getusershell = no]
 
 configure.ac:
-gl_PREREQ_GETUSERSHELL
+gl_FUNC_GETUSERSHELL
+gl_UNISTD_MODULE_INDICATOR([getusershell])
 
 Makefile.am:
 
 Include:
+<unistd.h>
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering