Hash :
04e76541
Author :
Date :
2011-05-08T18:21:24
getusershell: Move AC_LIBOBJ invocations to module description. * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Set HAVE_GETUSERSHELL. Move AC_LIBOBJ invocation from here... * modules/getusershell (configure.ac): ... to here. (Depends-on): Update condition.
Description:
Return names of valid user shells.
Files:
lib/getusershell.c
m4/getusershell.m4
Depends-on:
unistd
extensions
fopen-safer [test $HAVE_GETUSERSHELL = 0]
xalloc [test $HAVE_GETUSERSHELL = 0]
configure.ac:
gl_FUNC_GETUSERSHELL
if test $HAVE_GETUSERSHELL = 0; then
AC_LIBOBJ([getusershell])
fi
gl_UNISTD_MODULE_INDICATOR([getusershell])
Makefile.am:
Include:
<unistd.h>
License:
GPL
Maintainer:
Jim Meyering