[vlc-devel] [PATCH 1/3] tools: require libtool along with automake

Rafaël Carré funman at videolan.org
Thu Jul 17 12:22:14 CEST 2014


On 07/16/14 00:26, Sean McGovern wrote:
> On Thu, Jul 3, 2014 at 5:54 AM, Rafaël Carré <funman at videolan.org> wrote:
> 
>> On 07/03/14 01:54, Sean McGovern wrote:
>>> ---
>>>  extras/tools/tools.mak |    2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
>>> index d88ea63..7c426b8 100644
>>> --- a/extras/tools/tools.mak
>>> +++ b/extras/tools/tools.mak
>>> @@ -154,7 +154,7 @@ automake: automake-$(AUTOMAKE_VERSION).tar.gz
>>>       $(UNPACK)
>>>       $(MOVE)
>>>
>>> -.automake: automake .autoconf
>>> +.automake: automake .autoconf .libtool
>>>       (cd $<; ./configure --prefix=$(PREFIX) && $(MAKE) && $(MAKE)
>> install)
>>>       touch $@
>>
>> Do we actually use make check?
>> libtool is apparently only used for tests
> 
> 
> I'm not sure about the only used for tests part, but my recent issues with
> building fribidi after Rafaël's patch are fixed with this applied.

Is libtool not built otherwise?



More information about the vlc-devel mailing list