HomeSort by relevance Sort by last modified time
    Searched refs:buildconf (Results 1 - 6 of 6) 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 40 ./buildconf
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...]
buildconf.bat 140 if exist ares\buildconf.bat (
144 call buildconf.bat
282 echo Usage: buildconf [-clean]
  /external/curl/projects/
generate.bat 80 if exist ..\buildconf.bat (
82 call ..\buildconf
84 call ..\buildconf -clean
86 call ..\buildconf -clean

Completed in 80 milliseconds