[vlc-devel] [PATCH 2/4] Fixed extras/tools libtool check on MacOS X

Maxim Bublis b at codemonkey.ru
Thu Nov 7 11:47:51 CET 2013


---
 extras/tools/bootstrap | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 578d8e6..34f3691 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -54,10 +54,20 @@ else
 fi
 }
 
+LIBTOOL=
+case `uname` in
+	Darwin)
+		LIBTOOL=glibtool
+	;;
+	*)
+		LIBTOOL=libtool
+	;;
+esac
+
 check autoconf 2.67
 check automake 1.11
 check m4 1.4.16
-check libtool 2.4
+check $LIBTOOL 2.4
 check pkg-config
 check cmake
 check yasm
-- 
Maxim Bublis




More information about the vlc-devel mailing list