[vlc-devel] [PATCH] sidplay2: add ACLOCAL_AMFLAGS when re-configuring

Sean McGovern gseanmcg at gmail.com
Fri Dec 26 02:18:19 CET 2014


On Tue, Dec 23, 2014 at 2:46 AM, Sean McGovern <gseanmcg at gmail.com> wrote:

> ---
>  contrib/src/sidplay2/rules.mak |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/contrib/src/sidplay2/rules.mak
> b/contrib/src/sidplay2/rules.mak
> index 2ff8f2b..b1d814c 100644
> --- a/contrib/src/sidplay2/rules.mak
> +++ b/contrib/src/sidplay2/rules.mak
> @@ -25,7 +25,7 @@ sidplay-libs: sidplay-libs-$(SID_VERSION).tar.gz
> .sum-sidplay2
>         for d in . libsidplay resid builders/resid-builder \
>                         builders/hardsid-builder libsidutils ; \
>         do \
> -               (cd $</$$d && autoreconf -fiv -I unix) || exit $$? ; \
> +               (cd $</$$d && autoreconf -fiv -I unix $(ACLOCAL_AMFLAGS))
> || exit $$? ; \
>         done
>         cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
>         cd $< && $(MAKE) install
> --
>

Please disregard, I'll just keep this locally.

-- Sean McG.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20141225/c5216801/attachment.html>


More information about the vlc-devel mailing list