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"