Rename module 'pathname' to 'filename'.
[gnulib.git] / modules / filename
1 Description:
2 Construct a full filename by concatenating a directory name, a relative
3 filename, and a suffix.
4
5 Files:
6 lib/filename.h
7 lib/concat-filename.c
8
9 Depends-on:
10 xalloc
11 stpcpy
12
13 configure.ac:
14
15 Makefile.am:
16 lib_SOURCES += concat-filename.c
17
18 Include:
19 "filename.h"
20
21 License:
22 GPL
23
24 Maintainer:
25 Bruno Haible
26