[vlc-devel] [PATCH] contrib: zvbi: use a more recent autoconf

Steve Lhomme robux4 at gmail.com
Thu Oct 27 13:03:44 CEST 2016


On Thu, Oct 27, 2016 at 1:01 PM, Rémi Denis-Courmont <remi at remlab.net> wrote:
> Le keskiviikkona 26. lokakuuta 2016, 17.36.38 EEST Steve Lhomme a écrit :
>> otherwise it doesn't understand the androideabi target
>> ---
>>  contrib/src/zvbi/rules.mak | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/contrib/src/zvbi/rules.mak b/contrib/src/zvbi/rules.mak
>> index 5c43542..d335cea 100644
>> --- a/contrib/src/zvbi/rules.mak
>> +++ b/contrib/src/zvbi/rules.mak
>> @@ -44,6 +44,7 @@ endif
>>
>>  .zvbi: zvbi
>>       $(UPDATE_AUTOCONFIG)
>> +     cd $< && rm -rf aclocal.m4 Makefile.in
>>       $(RECONF)
>>       cd $< && $(HOSTVARS) CFLAGS="$(ZVBI_CFLAGS)" ./configure $(ZVBICONF)
>>       cd $</src && $(MAKE) install
>
> RECONF is supposed to override those files already. Why is it needed??

It's supposed to but autoreconf looks for older files still around to
match the original automake target that was intended. So in some case
it just uses an old automake which doesn't know modern targets.

> --
> Rémi Denis-Courmont
> Nonsponsored VLC developer
> http://www.remlab.net/CV.pdf
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list