[PATCH] build: stop running aclocal manually

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx>
---
 autogen.sh | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.24.1





[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux