From 492f0d6874efaa28b76ad3b5ec5b2d4620e28bbb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 25 Feb 2007 15:04:50 +0000 Subject: [PATCH] Move to here from pathname. --- modules/filename | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 modules/filename 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 + -- 2.11.0