getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / dirname
index 910eba24b21f0780def69534cc54a482b07f7cd2..888c8bad48bf1ff5cf5d2bc3c9f08e5d1fd14a52 100644 (file)
@@ -1,22 +1,27 @@
 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