From: Daniel P. Berrangé Date: Mon, 24 Feb 2020 16:45:12 +0000 (+0000) Subject: build: stop running aclocal manually X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6eb9bb9cf152abb2b778fd777cfe45fbfbb972ee;p=libvirt.git 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 Signed-off-by: Daniel P. Berrangé --- diff --git a/autogen.sh b/autogen.sh index 671dd63eb6..4e1bbceb0a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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