OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildconf
(Results
1 - 5
of
5
) sorted by null
/external/c-ares/
buildconf
29
find . -depth -name $1 -print >
buildconf
.tmp.$$
37
done <
buildconf
.tmp.$$
38
rm -f
buildconf
.tmp.$$
43
# Ensure that
buildconf
runs from the subdirectory where configure.ac lives
48
echo "Can not run
buildconf
from outside of c-ares source subdirectory!"
49
echo "Change to the subdirectory where
buildconf
is found, and try again."
71
# Remove files generated on previous
buildconf
/configure run.
maketgz
37
print "running
buildconf
\n";
38
`./
buildconf
`;
/external/curl/
androidconfigure
30
./
buildconf
buildconf.bat
31
if not exist ares\
buildconf
.bat goto end_c_ares
33
call
buildconf
.bat
buildconf
28
echo "
buildconf
: $@"
67
find . -depth -name $1 -print >
buildconf
.tmp.$$
75
done <
buildconf
.tmp.$$
76
rm -f
buildconf
.tmp.$$
81
# Ensure that
buildconf
runs from the subdirectory where configure.ac lives
88
echo "Can not run
buildconf
from outside of curl's source subdirectory!"
89
echo "Change to the subdirectory where
buildconf
is found, and try again."
101
echo "
buildconf
: autoconf not found."
107
echo "
buildconf
: autoconf version $ac_version found."
116
echo "
buildconf
: autoconf version $ac_version (BAD)
[
all
...]
Completed in 436 milliseconds