X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetcwd;h=77ad097ca38516b5648bc539ca7242c500e7d64e;hb=ec68a6fee63ee22364cb88f215b906989ab6b33c;hp=2fa5e8d5c2197a1a1537c58bc3f25b969cdb7d79;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/getcwd b/modules/getcwd index 2fa5e8d5c..77ad097ca 100644 --- a/modules/getcwd +++ b/modules/getcwd @@ -3,22 +3,47 @@ Return the current working directory. Files: lib/getcwd.c +m4/getcwd-abort-bug.m4 m4/getcwd-path-max.m4 +m4/getcwd.m4 +m4/pathmax.m4 Depends-on: -pathmax -same +unistd +extensions +pathmax [test $REPLACE_GETCWD = 1] +mempcpy [test $REPLACE_GETCWD = 1] +d-ino [test $REPLACE_GETCWD = 1] +memmove [test $REPLACE_GETCWD = 1] +openat [test $REPLACE_GETCWD = 1] +fcntl-h [test $REPLACE_GETCWD = 1] +fdopendir [test $REPLACE_GETCWD = 1] +fstat [test $REPLACE_GETCWD = 1] +fstatat [test $REPLACE_GETCWD = 1] +opendir [test $REPLACE_GETCWD = 1] +readdir [test $REPLACE_GETCWD = 1] +rewinddir [test $REPLACE_GETCWD = 1] +closedir [test $REPLACE_GETCWD = 1] +stdbool [test $REPLACE_GETCWD = 1] +malloc-posix [test $REPLACE_GETCWD = 1] +strdup-posix [test $REPLACE_GETCWD = 1] configure.ac: -GL_FUNC_GETCWD_PATH_MAX +gl_FUNC_GETCWD +if test $REPLACE_GETCWD = 1; then + AC_LIBOBJ([getcwd]) + gl_PREREQ_GETCWD +fi +gl_MODULE_INDICATOR([getcwd]) +gl_UNISTD_MODULE_INDICATOR([getcwd]) Makefile.am: Include: + License: GPL Maintainer: -Jim Meyering - +all, glibc