summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-25 15:04:52 +0000
committerBruno Haible <bruno@clisp.org>2007-02-25 15:04:52 +0000
commit58ebb1eea76c6f3bf1776cb95e4422efb01f5054 (patch)
tree9db599b95c1303cd376865fdaecf75ef78effe48
parent492f0d6874efaa28b76ad3b5ec5b2d4620e28bbb (diff)
downloadgnulib-58ebb1eea76c6f3bf1776cb95e4422efb01f5054.tar.gz
Move to filename.
-rw-r--r--modules/pathname26
1 files changed, 0 insertions, 26 deletions
diff --git a/modules/pathname b/modules/pathname
deleted file mode 100644
index b30e746295..0000000000
--- 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
-