projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3c09e6
)
ares-using configure should run configure in the subdir by itself
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 11 Dec 2003 10:20:44 +0000
(10:20 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 11 Dec 2003 10:20:44 +0000
(10:20 +0000)
testcurl.sh
patch
|
blob
|
history
diff --git
a/testcurl.sh
b/testcurl.sh
index 56e2ac31c9c61245511a4f69082eee30c2e144e5..967c0e1fa9f94cb4809489df2b6c5cfb7ee55fc4 100755
(executable)
--- a/
testcurl.sh
+++ b/
testcurl.sh
@@
-209,14
+209,8
@@
grep "^ *#" lib/config.h
if { grep USE_ARES lib/config.h; } then
echo "testcurl: setup to build ares"
- # make an ares dir
- mkdir ares
-
- # run the ares configure
- cd ares
- ../../$CURLDIR/ares/configure 2>&1
-
echo "testcurl: build ares"
+ cd ares
make
echo "testcurl: ares is now built"