mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / filename
index b30e746295a58e3c23b64dbcb5c211a378cd016f..0f7607fa2acdbc0c5b0bfe4f63f2f58c08eaf5b8 100644 (file)
@@ -1,25 +1,20 @@
 Description:
-Construct a full pathname by concatenating a directory name, a relative
-filename, and a suffix.
+Basic filename support macros.
 
 Files:
-lib/pathname.h
-lib/concatpath.c
+lib/filename.h
 
 Depends-on:
-xalloc
-stpcpy
 
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += pathname.h concatpath.c
 
 Include:
-"pathname.h"
+"filename.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible