提交 6eb9bb9c 编写于 作者: D Daniel P. Berrangé

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: NJán Tomko <jtomko@redhat.com>
Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 6a6cd16c
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册