summaryrefslogtreecommitdiff
path: root/gl/modules/findprog-in
diff options
context:
space:
mode:
Diffstat (limited to 'gl/modules/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