From: Paul Smith Date: Mon, 4 Jul 2022 20:09:13 +0000 (-0400) Subject: Add gnulib findprog-in X-Git-Tag: 4.3.90~42^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe55d6e1e3ae2eb45a7112e6f7fa0ec4cd34898e;p=thirdparty%2Fmake.git Add gnulib findprog-in --- 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