Move to here from pathname.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Feb 2007 15:04:50 +0000 (15:04 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Feb 2007 15:04:50 +0000 (15:04 +0000)
modules/filename [new file with mode: 0644]

diff --git a/modules/filename b/modules/filename
new file mode 100644 (file)
index 0000000..b30e746
--- /dev/null
@@ -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
+