gnulib-tool.py: Make --megatest behaviour more similar to shell impl.
[gnulib.git] / modules / chdir-long
blobc08ff622b468f14143cbf46c6521e11c6d8c17f9
1 Description:
2 chdir-like function that tries not to fail due to ENAMETOOLONG
4 Files:
5 lib/chdir-long.h
6 lib/chdir-long.c
7 m4/chdir-long.m4
8 m4/pathmax.m4
10 Depends-on:
11 unistd
12 pathmax
13 chdir
14 assure          [test $gl_cv_have_unlimited_file_name_length = no]
15 atexit          [test $gl_cv_have_unlimited_file_name_length = no]
16 fchdir          [test $gl_cv_have_unlimited_file_name_length = no]
17 fcntl-h         [test $gl_cv_have_unlimited_file_name_length = no]
18 openat          [test $gl_cv_have_unlimited_file_name_length = no]
19 memchr          [test $gl_cv_have_unlimited_file_name_length = no]
20 mempcpy         [test $gl_cv_have_unlimited_file_name_length = no]
21 memrchr         [test $gl_cv_have_unlimited_file_name_length = no]
22 stdbool         [test $gl_cv_have_unlimited_file_name_length = no]
23 stdlib          [test $gl_cv_have_unlimited_file_name_length = no]
25 configure.ac:
26 gl_FUNC_CHDIR_LONG
27 gl_CONDITIONAL([GL_COND_OBJ_CHDIR_LONG],
28                [test $gl_cv_have_unlimited_file_name_length = no])
29 AM_COND_IF([GL_COND_OBJ_CHDIR_LONG], [
30   gl_PREREQ_CHDIR_LONG
33 Makefile.am:
34 if GL_COND_OBJ_CHDIR_LONG
35 lib_SOURCES += chdir-long.c
36 endif
38 Include:
39 "chdir-long.h"
41 License:
42 GPL
44 Maintainer:
45 Jim Meyering