From: Bruno Haible Date: Sun, 25 Feb 2007 15:04:50 +0000 (+0000) Subject: Move to here from pathname. X-Git-Tag: cvs-readonly~973 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=492f0d6874efaa28b76ad3b5ec5b2d4620e28bbb;p=gnulib.git Move to here from pathname. --- diff --git a/modules/filename b/modules/filename new file mode 100644 index 000000000..b30e74629 --- /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 +