Re: [PATCH] make the bootstrap script recognize automake 1.15
Jean-Paul Saman <[email protected]> Mon, 2 Mar 2015 10:36:46 +0100
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <CAK9US3A=-Rg2G2_KCqr5a7HJaLvYuXxZEmRF5ts=8asXaFq0ng@mail.gmail.com> |
Patch applied, thanks for contributing Kind greetings, Jean-Paul Saman On Sun, Mar 1, 2015 at 7:49 PM, Daniel Kamil Kozar <[email protected]> wrote: > When using automake 1.15, the bootstrap script fails with a message saying > that > the required version is 1.5 or newer. This patch fixes this. > > --- > bootstrap | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/bootstrap b/bootstrap > index 54fbe0b..5e986d0 100755 > --- a/bootstrap > +++ b/bootstrap > @@ -36,7 +36,7 @@ aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ > \t]*=//p' Makefile.am`" > > # Check for automake > amvers="no" > -for v in 14 13 12 11 10 9 8 7 6 5; do > +for v in 15 14 13 12 11 10 9 8 7 6 5; do > if automake-1.${v} --version >/dev/null 2>&1; then > amvers="-1.${v}" > break > -- > 2.3.1 > > _______________________________________________ > libdvbpsi-devel mailing list > [email protected] > https://mailman.videolan.org/listinfo/libdvbpsi-devel > _______________________________________________ libdvbpsi-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvbpsi-devel