From: Paul Smith Date: Sat, 9 Jul 2022 15:08:49 +0000 (-0400) Subject: Merge in the latest gnulib findprog-in module X-Git-Tag: 4.3.90~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f36c6c734707b3ad4b3d4383ec557e9aadfbe5a4;p=thirdparty%2Fmake.git Merge in the latest gnulib findprog-in module --- f36c6c734707b3ad4b3d4383ec557e9aadfbe5a4 diff --cc gl/modules/findprog-in index 00000000,5f043774..c7f3624e mode 000000,100644..100644 --- a/gl/modules/findprog-in +++ b/gl/modules/findprog-in @@@ -1,0 -1,34 +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 -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