[vlc-devel] [PATCH] tools: fix libtool compilation
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Thu Oct 10 10:01:55 CEST 2019
On Thu, Oct 10, 2019, at 7:08 AM, Felix Paul Kühne wrote:
> From: Felix Paul Kühne <felix at feepk.net>
>
> Just uncompressing automake is not enough to succeed, we also need to
> build and install
> ---
> 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 937a324331..b96f0d48cc 100644
> --- a/extras/tools/tools.mak
> +++ b/extras/tools/tools.mak
> @@ -134,7 +134,7 @@ libtool: libtool-$(LIBTOOL_VERSION).tar.gz
> (cd $(UNPACK_DIR) && autoreconf -fv)
> $(MOVE)
>
> -.buildlibtool: libtool .automake .help2man
> +.buildlibtool: libtool .buildautomake .help2man
> (cd $<; ./configure --prefix=$(PREFIX) && $(MAKE) && $(MAKE) install)
> ln -sf libtool $(PREFIX)/bin/glibtool
> ln -sf libtoolize $(PREFIX)/bin/glibtoolize
Hi,
This is forcing the automake build even if it's available on the system, that doesn't seems to be what you want, or claiming to do
Regards,
--
Hugo Beauzée-Luyssen
hugo at beauzee.fr
More information about the vlc-devel
mailing list