mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
30 lines
292 B
Plaintext
30 lines
292 B
Plaintext
Description:
|
|
Locating a program in PATH.
|
|
|
|
Files:
|
|
lib/findprog.h
|
|
lib/findprog.c
|
|
m4/findprog.m4
|
|
m4/eaccess.m4
|
|
|
|
Depends-on:
|
|
stdbool
|
|
xalloc
|
|
xconcat-filename
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_FINDPROG
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += findprog.h findprog.c
|
|
|
|
Include:
|
|
"findprog.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
all
|