build: stop running aclocal manually

The autoreconf script will already run aclocal for us,
so there's no need to do that ahead of time.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-02-24 16:45:12 +00:00
parent 6a6cd16ca2
commit 6eb9bb9cf1

View File

@ -15,7 +15,6 @@ cd "$srcdir"
git submodule update --init || exit 1
aclocal --install || exit 1
autoreconf --verbose --force --install || exit 1
if test "x$1" = "x--system"; then