X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fchdir-long;h=74d9c33f7058e655d7d8fbce7f11912c93c7c696;hb=e56e96fe20f72586e9ec5c528b9a9a06daa2ecc6;hp=d8cdb87accd2517f5e73b95ebdc6b553f6ca140d;hpb=901bc47c9a8db854db97bb28780352748020c81d;p=gnulib.git diff --git a/modules/chdir-long b/modules/chdir-long index d8cdb87ac..74d9c33f7 100644 --- a/modules/chdir-long +++ b/modules/chdir-long @@ -5,18 +5,30 @@ Files: lib/chdir-long.h lib/chdir-long.c m4/chdir-long.m4 +m4/pathmax.m4 Depends-on: -openat -mempcpy -memrchr -stdbool +unistd +pathmax +chdir +atexit [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +fchdir [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +fcntl-h [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +openat [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +memchr [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +mempcpy [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +memrchr [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +stdbool [test $gl_cv_have_arbitrary_file_name_length_limit = yes] +stdlib [test $gl_cv_have_arbitrary_file_name_length_limit = yes] configure.ac: gl_FUNC_CHDIR_LONG +if test $gl_cv_have_arbitrary_file_name_length_limit = yes; then + AC_LIBOBJ([chdir-long]) + gl_PREREQ_CHDIR_LONG +fi Makefile.am: -EXTRA_DIST += chdir-long.h Include: "chdir-long.h"