summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>2020-07-19 15:59:19 -0700
committerDaniel Stenberg <daniel@haxx.se>2020-08-01 00:00:37 +0200
commita39ecb3fac78750621536ed3ff4e65fd19064277 (patch)
treecb9a1c3d7bd1f1b69c3fd64f7fe824c1c833ff54
parentafa0a120189d85b51d0505dda75f5110d33b3004 (diff)
downloadcurl-a39ecb3fac78750621536ed3ff4e65fd19064277.tar.gz
buildconf: retire ares buildconf invocation
no longer needed after 4259d2df7dd95637a4b1e3fb174fe5e5aef81069
-rwxr-xr-xbuildconf7
1 files changed, 0 insertions, 7 deletions
diff --git a/buildconf b/buildconf
index a2321f171..0d3c064f1 100755
--- a/buildconf
+++ b/buildconf
@@ -363,13 +363,6 @@ ${AUTOHEADER:-autoheader} || die "autoheader command failed"
echo "buildconf: running autoconf"
${AUTOCONF:-autoconf} || die "autoconf command failed"
-if test -d ares; then
- cd ares
- echo "buildconf: running in ares"
- ./buildconf
- cd ..
-fi
-
echo "buildconf: running automake"
${AUTOMAKE:-automake} --add-missing --copy || die "automake command failed"