mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
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:
parent
6a6cd16ca2
commit
6eb9bb9cf1
@ -15,7 +15,6 @@ cd "$srcdir"
|
|||||||
|
|
||||||
git submodule update --init || exit 1
|
git submodule update --init || exit 1
|
||||||
|
|
||||||
aclocal --install || exit 1
|
|
||||||
autoreconf --verbose --force --install || exit 1
|
autoreconf --verbose --force --install || exit 1
|
||||||
|
|
||||||
if test "x$1" = "x--system"; then
|
if test "x$1" = "x--system"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user