]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Add gnulib concat-filename
authorPaul Smith <psmith@gnu.org>
Mon, 4 Jul 2022 22:54:22 +0000 (18:54 -0400)
committerPaul Smith <psmith@gnu.org>
Thu, 7 Jul 2022 06:12:54 +0000 (02:12 -0400)
gl/modules/concat-filename [new file with mode: 0644]

diff --git a/gl/modules/concat-filename b/gl/modules/concat-filename
new file mode 100644 (file)
index 0000000..9e86b79
--- /dev/null
@@ -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