[vlc-commits] tools: Check for libtool 2.4
Martin Storsjö
git at videolan.org
Sun Sep 8 18:55:33 CEST 2013
vlc/vlc-2.1 | branch: master | Martin Storsjö <martin at martin.st> | Mon Aug 26 14:21:52 2013 +0300| [1fd2105ea89c93ab93d7a6af6d3c3f02ad3f9a9f] | committer: Jean-Baptiste Kempf
tools: Check for libtool 2.4
This is required when building libpng.
(cherry picked from commit 0edb7ed815589338d852816bba6080f7ebb467ed)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=1fd2105ea89c93ab93d7a6af6d3c3f02ad3f9a9f
---
extras/tools/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index f9e991d..578d8e6 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -57,7 +57,7 @@ fi
check autoconf 2.67
check automake 1.11
check m4 1.4.16
-check libtool 2.2
+check libtool 2.4
check pkg-config
check cmake
check yasm
More information about the vlc-commits
mailing list