mirror of
https://github.com/mirror/make.git
synced 2025-02-04 08:40:27 +08:00
Add gnulib findprog-in
This commit is contained in:
parent
768f287a06
commit
fe55d6e1e3
34
gl/modules/findprog-in
Normal file
34
gl/modules/findprog-in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user