Avoid the need for AC_LIBSOURCES in m4 macros.
[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 openat
11 mempcpy
12 memrchr
13 stdbool
14
15 configure.ac:
16 gl_FUNC_CHDIR_LONG
17
18 Makefile.am:
19 EXTRA_DIST += chdir-long.h
20
21 Include:
22 "chdir-long.h"
23
24 License:
25 GPL
26
27 Maintainer:
28 Jim Meyering