X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetcwd;h=77ad097ca38516b5648bc539ca7242c500e7d64e;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=c1544f5e5f149db26dbf5dbf6699e5355e47894e;hpb=fd9f58dc85f6a45cd244c78a54ad4610c01dbb15;p=gnulib.git diff --git a/modules/getcwd b/modules/getcwd index c1544f5e5..77ad097ca 100644 --- a/modules/getcwd +++ b/modules/getcwd @@ -6,21 +6,35 @@ lib/getcwd.c m4/getcwd-abort-bug.m4 m4/getcwd-path-max.m4 m4/getcwd.m4 +m4/pathmax.m4 Depends-on: -mempcpy -d-ino -dirfd -extensions -memmove -openat -stdbool unistd -malloc-posix -strdup-posix +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 +if test $REPLACE_GETCWD = 1; then + AC_LIBOBJ([getcwd]) + gl_PREREQ_GETCWD +fi +gl_MODULE_INDICATOR([getcwd]) gl_UNISTD_MODULE_INDICATOR([getcwd]) Makefile.am: