mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
31 lines
294 B
Plaintext
31 lines
294 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
|
|
filename
|
|
unistd
|
|
|
|
configure.ac:
|
|
gl_FINDPROG
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += findprog.h findprog.c
|
|
|
|
Include:
|
|
"findprog.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|