mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
buildconf: retire ares buildconf invocation
no longer needed after 4259d2df7d
This commit is contained in:
parent
afa0a12018
commit
a39ecb3fac
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user