ares-using configure should run configure in the subdir by itself
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Dec 2003 10:20:44 +0000 (10:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 11 Dec 2003 10:20:44 +0000 (10:20 +0000)
testcurl.sh

index 56e2ac31c9c61245511a4f69082eee30c2e144e5..967c0e1fa9f94cb4809489df2b6c5cfb7ee55fc4 100755 (executable)
@@ -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"