* openat.c (openat): Use ?:, not if, to work around GCC bug 4210
[gnulib.git] / modules / dirname
index 910eba2..c0ba7d7 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Extract specific portions of filenames.
 
 Files:
 lib/dirname.h
@@ -10,13 +11,19 @@ m4/dirname.m4
 
 Depends-on:
 xalloc
+stdbool
 
 configure.ac:
 gl_DIRNAME
 
 Makefile.am:
-lib_SOURCES += dirname.h dirname.c basename.c stripslash.c
+lib_SOURCES += basename.c stripslash.c
 
 Include:
 "dirname.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering