New module 'close'.
[gnulib.git] / modules / dirname
index 910eba2..7c405c2 100644 (file)
@@ -1,22 +1,30 @@
 Description:
+Extract specific portions of filenames.
 
 Files:
 lib/dirname.h
 lib/dirname.c
 lib/basename.c
 lib/stripslash.c
-m4/dos.m4
 m4/dirname.m4
+m4/dos.m4
 
 Depends-on:
+double-slash-root
+stdbool
 xalloc
+xstrndup
 
 configure.ac:
 gl_DIRNAME
 
 Makefile.am:
-lib_SOURCES += dirname.h dirname.c basename.c stripslash.c
 
 Include:
 "dirname.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering