mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-30 02:40:26 +00:00
35 lines
364 B
Text
35 lines
364 B
Text
|
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
|