From a39ecb3fac78750621536ed3ff4e65fd19064277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlo=20Marcelo=20Arenas=20Bel=C3=B3n?= Date: Sun, 19 Jul 2020 15:59:19 -0700 Subject: buildconf: retire ares buildconf invocation no longer needed after 4259d2df7dd95637a4b1e3fb174fe5e5aef81069 --- buildconf | 7 ------- 1 file changed, 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" -- cgit v1.2.1