gnulib-tool now synthesizes the EXTRA_DIST line.
[gnulib.git] / modules / chdir-long
1 Description:
2 chdir-like function that tries not to fail due to ENAMETOOLONG
3
4 Files:
5 lib/chdir-long.h
6 lib/chdir-long.c
7 m4/chdir-long.m4
8
9 Depends-on:
10 fcntl
11 openat
12 mempcpy
13 memrchr
14 stdbool
15
16 configure.ac:
17 gl_FUNC_CHDIR_LONG
18
19 Makefile.am:
20
21 Include:
22 "chdir-long.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Jim Meyering