mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
31 lines
439 B
Plaintext
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
|