[vlc-devel] [PATCH 2/2] extras/tools: Check for libtool before automake
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Wed Jul 11 11:35:38 CEST 2018
This way automake will be built before libtool if needed
---
extras/tools/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 80c248b808..8ba4a99294 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -117,10 +117,10 @@ else
fi
}
+check libtool 2.4
check autoconf 2.69
check automake 1.15
check m4 1.4.16
-check libtool 2.4
check pkg-config
check cmake 3.8.2
check yasm
--
2.18.0
More information about the vlc-devel
mailing list