Merge euidaccess etc. from coreutils.
[gnulib.git] / modules / path-concat
1 Description:
2 Construct a full pathname by concatenating a directory name and a relative
3 filename.
4
5 Files:
6 lib/path-concat.h
7 lib/path-concat.c
8 m4/dos.m4
9 m4/path-concat.m4
10
11 Depends-on:
12 strdup
13 xalloc
14 dirname
15
16 configure.ac:
17 gl_PATH_CONCAT
18
19 Makefile.am:
20 lib_SOURCES += path-concat.h path-concat.c
21
22 Include:
23 "path-concat.h"
24
25 Maintainer:
26 Jim Meyering
27