<div dir="ltr">Pre-installed libtool on my MacOS X is not GNU and doesn't have --version option, only -V, so check in extra/tools/bootstrap always automatically fails which leads to building libtool.<div><div>$ libtool -V</div>
<div>Apple Inc. version cctools-846.2.4</div></div><div><br></div><div>However I have already installed GNU libtool from MacPorts. I guess MacPorts have same name conventions for GNU utilities as FreeBSD does, that's why GNU libtool is called glibtool on MacOS X.</div>
<div><br></div><div><div>$ glibtool --version</div><div>libtool (GNU libtool) 2.4.2</div><div><br></div></div><div>glibtool and glibtoolize are correctly used by autoconf instead of Apple libtool.</div><div><br></div></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 7, 2013 at 3:40 PM, Felix Paul Kühne <span dir="ltr"><<a href="mailto:fkuehne@videolan.org" target="_blank">fkuehne@videolan.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Maxim,<br>
<div class="im"><br>
On 07.11.2013, at 11:47, Maxim Bublis <<a href="mailto:b@codemonkey.ru">b@codemonkey.ru</a>> wrote:<br>
<br>
> ---<br>
> extras/tools/bootstrap | 12 +++++++++++-<br>
> 1 file changed, 11 insertions(+), 1 deletion(-)<br>
><br>
> diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap<br>
> index 578d8e6..34f3691 100755<br>
> --- a/extras/tools/bootstrap<br>
> +++ b/extras/tools/bootstrap<br>
> @@ -54,10 +54,20 @@ else<br>
> fi<br>
> }<br>
><br>
> +LIBTOOL=<br>
> +case `uname` in<br>
> +     Darwin)<br>
> +             LIBTOOL=glibtool<br>
> +     ;;<br>
> +     *)<br>
> +             LIBTOOL=libtool<br>
> +     ;;<br>
> +esac<br>
<br>
</div>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?<br>
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.<br>
<br>
Best regards,<br>
<br>
Felix<br>
<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Maxim Bublis
</div>