1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/getusershell
Bruno Haible 04e7654144 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.
2011-06-16 00:06:09 +02:00

31 lines
439 B
Plaintext

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