summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-07-09 11:08:49 -0400
committerPaul Smith <psmith@gnu.org>2022-07-09 11:08:49 -0400
commitf36c6c734707b3ad4b3d4383ec557e9aadfbe5a4 (patch)
tree1d06a3b2ef639db57610c3383abfdbb95d9f46f8 /gl
parent87d24154af4d836296b09702a99d6624053f90b3 (diff)
parentfe55d6e1e3ae2eb45a7112e6f7fa0ec4cd34898e (diff)
downloadmake-git-f36c6c734707b3ad4b3d4383ec557e9aadfbe5a4.tar.gz
Merge in the latest gnulib findprog-in module
Diffstat (limited to 'gl')
-rw-r--r--gl/modules/findprog-in28
1 files changed, 28 insertions, 0 deletions
diff --git a/gl/modules/findprog-in b/gl/modules/findprog-in
new file mode 100644
index 00000000..c7f3624e
--- /dev/null
+++ b/gl/modules/findprog-in
@@ -0,0 +1,28 @@
+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
+filename
+concat-filename
+
+configure.ac:
+gl_FINDPROG_IN
+
+Makefile.am:
+lib_SOURCES += findprog.h findprog-in.c
+
+Include:
+"findprog.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+all