X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetcwd;h=aa3fe69a86fda3ad322acd83f617a17f8646dacb;hb=20f0673b1b22f84e39b3bacae027cdc21be2ed39;hp=46ecb03d4f2708f0b9d65d52e5ff233d8fb18fd1;hpb=fecc3363511ec92cdb862a17d1c62413cb2a04af;p=gnulib.git diff --git a/modules/getcwd b/modules/getcwd index 46ecb03d4..aa3fe69a8 100644 --- a/modules/getcwd +++ b/modules/getcwd @@ -6,19 +6,30 @@ 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 -openat -stdbool unistd -malloc-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] +fstat [test $REPLACE_GETCWD = 1] +opendir [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: