getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / dirname
index 126b6537cbd2bf8b8c712c8bd577a370526af1df..888c8bad48bf1ff5cf5d2bc3c9f08e5d1fd14a52 100644 (file)
@@ -2,22 +2,26 @@ 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
 
 Depends-on:
+dirname-lgpl
 xalloc
+xstrndup
 
 configure.ac:
 gl_DIRNAME
+gl_MODULE_INDICATOR([dirname])
 
 Makefile.am:
-lib_SOURCES += dirname.h dirname.c basename.c stripslash.c
 
 Include:
 "dirname.h"
 
+License:
+GPL
+
+Maintainer:
+Jim Meyering, Eric Blake