]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: stop running aclocal manually
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 24 Feb 2020 16:45:12 +0000 (16:45 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 25 Feb 2020 09:22:56 +0000 (09:22 +0000)
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>
autogen.sh

index 671dd63eb6f7787129e2ac28b8ad37c800411f4e..4e1bbceb0ae731b68b2e8cc1ea9244b03470bd6b 100755 (executable)
@@ -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