summaryrefslogtreecommitdiff
path: root/modules/findprog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-04-10 20:22:51 +0000
committerBruno Haible <bruno@clisp.org>2003-04-10 20:22:51 +0000
commit3964b40991c1676eb0a982a1e93d57224663cc17 (patch)
treebe78b5d597d5b12133b057cc7447b72f2e9585dc /modules/findprog
parentb427f2fda5dcadd56d002b3b69054ebbef2c1aec (diff)
downloadgnulib-3964b40991c1676eb0a982a1e93d57224663cc17.tar.gz
New module 'findprog'.
Diffstat (limited to 'modules/findprog')
-rw-r--r--modules/findprog26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/findprog b/modules/findprog
new file mode 100644
index 0000000000..b91d00b405
--- /dev/null
+++ b/modules/findprog
@@ -0,0 +1,26 @@
+Description:
+Locating a program in PATH.
+
+Files:
+lib/findprog.h
+lib/findprog.c
+m4/findprog.m4
+m4/eaccess.m4
+
+Depends-on:
+stdbool
+xalloc
+pathname
+
+configure.ac:
+gl_FINDPROG
+
+Makefile.am:
+lib_SOURCES += findprog.h findprog.c
+
+Include:
+"findprog.h"
+
+Maintainer:
+Bruno Haible
+