summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-07-09 11:07:23 -0400
committerPaul Smith <psmith@gnu.org>2022-07-09 11:07:23 -0400
commit87d24154af4d836296b09702a99d6624053f90b3 (patch)
treea28b5b8228e68acbb0654aebf49acecb1ce109f2 /gl
parent614557d04c8ea432d83976a46ce35561d5934727 (diff)
parent768f287a06a7ef790364297978450067a15be025 (diff)
downloadmake-git-87d24154af4d836296b09702a99d6624053f90b3.tar.gz
Merge in the latest gnulib concat-filename module
Diffstat (limited to 'gl')
-rw-r--r--gl/modules/concat-filename24
1 files changed, 24 insertions, 0 deletions
diff --git a/gl/modules/concat-filename b/gl/modules/concat-filename
new file mode 100644
index 00000000..243eb773
--- /dev/null
+++ b/gl/modules/concat-filename
@@ -0,0 +1,24 @@
+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
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += concat-filename.c
+
+Include:
+"concat-filename.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+all