]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
buildconf: retire ares buildconf invocation
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Sun, 19 Jul 2020 22:59:19 +0000 (15:59 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 31 Jul 2020 22:00:37 +0000 (00:00 +0200)
no longer needed after 4259d2df7dd95637a4b1e3fb174fe5e5aef81069

buildconf

index a2321f1716243a7f1a8fa7bfd603c9c0dbbb4809..0d3c064f1d3351964d3f33a568b8442b83cb5c5c 100755 (executable)
--- 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"