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

diff --git a/gl/modules/findprog-in b/gl/modules/findprog-in
new file mode 100644 (file)
index 0000000..5f04377
--- /dev/null
@@ -0,0 +1,34 @@
+Description:
+Locating a program in a given path.
+
+Files:
+lib/findprog.h
+lib/findprog-in.c
+m4/findprog-in.m4
+m4/eaccess.m4
+
+Depends-on:
+stdbool
+sys_stat
+filename
+concat-filename
+access
+stat
+strdup-posix
+malloc-posix
+unistd
+
+configure.ac:
+gl_FINDPROG_IN
+
+Makefile.am:
+lib_SOURCES += findprog.h findprog-in.c
+
+Include:
+"findprog.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+all