changeset 8245:9e589e102a8c

Move to here from pathname.
author Bruno Haible <bruno@clisp.org>
date Sun, 25 Feb 2007 15:04:50 +0000
parents 7bb47b875076
children 89b9fb358b4c
files modules/filename
diffstat 1 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/filename
@@ -0,0 +1,26 @@
+Description:
+Construct a full pathname by concatenating a directory name, a relative
+filename, and a suffix.
+
+Files:
+lib/pathname.h
+lib/concatpath.c
+
+Depends-on:
+xalloc
+stpcpy
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += pathname.h concatpath.c
+
+Include:
+"pathname.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible
+