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

Rafaël Carré funman at videolan.org
Thu Jul 3 11:54:44 CEST 2014


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



More information about the vlc-devel mailing list