changeset 8246:89b9fb358b4c

Move to filename.
author Bruno Haible <bruno@clisp.org>
date Sun, 25 Feb 2007 15:04:52 +0000
parents 9e589e102a8c
children ebf63ec9b944
files modules/pathname
diffstat 1 files changed, 0 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
deleted file mode 100644
--- a/modules/pathname
+++ /dev/null
@@ -1,26 +0,0 @@
-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
-