Merge from coreutils.
[pspp] / modules / dirname
1 Description:
2 Extract specific portions of filenames.
3
4 Files:
5 lib/dirname.h
6 lib/dirname.c
7 lib/basename.c
8 lib/stripslash.c
9 m4/dos.m4
10 m4/dirname.m4
11 m4/double-slash-root.m4
12
13 Depends-on:
14 xalloc
15 stdbool
16
17 configure.ac:
18 gl_DIRNAME
19
20 Makefile.am:
21 lib_SOURCES += basename.c stripslash.c
22
23 Include:
24 "dirname.h"
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering