X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetusershell;h=26f99e58cadecc1839668e717ad446327f9dbf58;hb=a6b16b69fe1cad695b270dd5bf3deb2850fc4dd1;hp=f2289bbba5a50ec8769a4bd544488a299cc87a3c;hpb=917752adb19961999cd68c6c961efffe33c85141;p=gnulib.git diff --git a/modules/getusershell b/modules/getusershell index f2289bbba..26f99e58c 100644 --- a/modules/getusershell +++ b/modules/getusershell @@ -6,18 +6,25 @@ lib/getusershell.c m4/getusershell.m4 Depends-on: -xalloc +unistd +extensions +fopen-safer [test $HAVE_GETUSERSHELL = 0] +xalloc [test $HAVE_GETUSERSHELL = 0] configure.ac: -gl_PREREQ_GETUSERSHELL +gl_FUNC_GETUSERSHELL +if test $HAVE_GETUSERSHELL = 0; then + AC_LIBOBJ([getusershell]) +fi +gl_UNISTD_MODULE_INDICATOR([getusershell]) Makefile.am: Include: + License: GPL Maintainer: Jim Meyering -