Skip to content

Commit

Permalink
buildconf: retire ares buildconf invocation
Browse files Browse the repository at this point in the history
no longer needed after 4259d2d
  • Loading branch information
carenas authored and bagder committed Jul 31, 2020
1 parent afa0a12 commit a39ecb3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions buildconf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a39ecb3

Please sign in to comment.