From fe55d6e1e3ae2eb45a7112e6f7fa0ec4cd34898e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 4 Jul 2022 16:09:13 -0400 Subject: Add gnulib findprog-in --- gl/modules/findprog-in | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 gl/modules/findprog-in (limited to 'gl') 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 -- cgit v1.2.1