OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findtool
(Results
1 - 2
of
2
) sorted by null
/external/c-ares/
buildconf
4
#
findtool
works as 'which' but we use a different name to make it more
7
findtool
(){
function
57
libtool=`
findtool
glibtool 2>/dev/null`
59
libtool=`
findtool
${LIBTOOL:-libtool}`
67
libtoolize=`
findtool
$LIBTOOLIZE`
/external/curl/
buildconf
33
#
findtool
works as 'which' but we use a different name to make it more
37
findtool
(){
function
203
libtoolize=`
findtool
glibtoolize 2>/dev/null`
205
libtoolize=`
findtool
${LIBTOOLIZE:-libtoolize}`
275
PERL=`
findtool
${PERL:-perl}`
Completed in 1330 milliseconds