mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05: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"
|
echo "buildconf: running autoconf"
|
||||||
${AUTOCONF:-autoconf} || die "autoconf command failed"
|
${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"
|
echo "buildconf: running automake"
|
||||||
${AUTOMAKE:-automake} --add-missing --copy || die "automake command failed"
|
${AUTOMAKE:-automake} --add-missing --copy || die "automake command failed"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user