summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-07-04 16:09:13 -0400
committerPaul Smith <psmith@gnu.org>2022-07-07 02:12:54 -0400
commitfe55d6e1e3ae2eb45a7112e6f7fa0ec4cd34898e (patch)
tree4c6f7d561c6807d04c2e5d1fa6ae139535048ef1
parent768f287a06a7ef790364297978450067a15be025 (diff)
downloadmake-git-fe55d6e1e3ae2eb45a7112e6f7fa0ec4cd34898e.tar.gz
Add gnulib findprog-in
-rw-r--r--gl/modules/findprog-in34
1 files changed, 34 insertions, 0 deletions
diff --git a/gl/modules/findprog-in b/gl/modules/findprog-in
new file mode 100644
index 00000000..5f043774
--- /dev/null
+++ b/gl/modules/findprog-in
@@ -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