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

Felix Paul Kühne fkuehne at videolan.org
Thu Nov 7 12:40:29 CET 2013


Hello Maxim,

On 07.11.2013, at 11:47, Maxim Bublis <b at codemonkey.ru> wrote:

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

I'm not if I understand this patch's intention correctly. glibtool is not provided by default on OS X. Why do you prefer it over libtool?
If you want to switch from libtool to glibtool, please provide reasons why this would be a good idea and add the missing patch to compile it automatically if not installed on a given Mac.

Best regards,

Felix




More information about the vlc-devel mailing list