1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

buildconf: retire ares buildconf invocation

no longer needed after 4259d2df7d
This commit is contained in:
Carlo Marcelo Arenas Belón 2020-07-19 15:59:19 -07:00 committed by Daniel Stenberg
parent afa0a12018
commit a39ecb3fac
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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"