X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fchdir-long;h=a456b1385b40ef81cddccaa1e53c854c90fc383b;hb=cbfeef01ad4ed6d3f68c3deb3c05d3b8102c84ff;hp=1f276ec9ae46e9ef1bf40c8f403cb60a308d45a9;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/chdir-long b/modules/chdir-long index 1f276ec9a..a456b1385 100644 --- a/modules/chdir-long +++ b/modules/chdir-long @@ -7,17 +7,26 @@ lib/chdir-long.c m4/chdir-long.m4 Depends-on: -fcntl -openat -mempcpy -memrchr -stdbool +unistd +pathmax +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 chdir-long.c Include: "chdir-long.h"