Add md4 module.
[gnulib.git] / 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
12 Depends-on:
13 xalloc
14 stdbool
15
16 configure.ac:
17 gl_DIRNAME
18
19 Makefile.am:
20 lib_SOURCES += basename.c stripslash.c
21
22 Include:
23 "dirname.h"
24
25 License:
26 GPL
27
28 Maintainer:
29 Jim Meyering