summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-07-04 18:54:22 -0400
committerPaul Smith <psmith@gnu.org>2022-07-07 02:12:54 -0400
commit768f287a06a7ef790364297978450067a15be025 (patch)
treead59589182a2c9956745f2863091290af5dbdea3 /gl
parent8dd302cda6aeff5152139d7638217c96992709d3 (diff)
downloadmake-git-768f287a06a7ef790364297978450067a15be025.tar.gz
Add gnulib concat-filename
Diffstat (limited to 'gl')
-rw-r--r--gl/modules/concat-filename26
1 files changed, 26 insertions, 0 deletions
diff --git a/gl/modules/concat-filename b/gl/modules/concat-filename
new file mode 100644
index 00000000..9e86b793
--- /dev/null
+++ b/gl/modules/concat-filename
@@ -0,0 +1,26 @@
+Description:
+Construct a full filename by concatenating a directory name, a relative
+filename, and a suffix.
+
+Files:
+lib/concat-filename.h
+lib/concat-filename.c
+
+Depends-on:
+filename
+malloc-posix
+stpcpy
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += concat-filename.c
+
+Include:
+"concat-filename.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+all