repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
findprog-lgpl
blob
658183de4ee9adf29d3a3ba73072e42c215f53ef
1
Description:
2
Locating a program in PATH (LGPLed version).
3
4
Files:
5
lib/findprog.h
6
lib/findprog.c
7
lib/findprog-lgpl.c
8
m4/findprog.m4
9
m4/eaccess.m4
10
11
Depends-on:
12
stdbool
13
sys_stat
14
strdup
15
concat-filename
16
access
17
stat
18
unistd
19
20
configure.ac:
21
gl_FINDPROG
22
gl_MODULE_INDICATOR([findprog-lgpl])
23
24
Makefile.am:
25
lib_SOURCES += findprog.h findprog-lgpl.c
26
27
Include:
28
"findprog.h"
29
30
License:
31
LGPLv2+
32
33
Maintainer:
34
all