X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetcwd;h=aa3fe69a86fda3ad322acd83f617a17f8646dacb;hb=f11a213a4e8dd404e90d2084a21e2746093747c4;hp=108f14b28a022592f4a8caac9f3dccfc3d530d77;hpb=93785052e7a8c1ca5f263a39c3e77286f487e22d;p=gnulib.git diff --git a/modules/getcwd b/modules/getcwd index 108f14b28..aa3fe69a8 100644 --- a/modules/getcwd +++ b/modules/getcwd @@ -6,20 +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 -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] +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: