<div dir="ltr">Only tested with 1.9, 1.11 and 1.14. Don't have 1.5. With 1.4 it doesn't work. What min version do you suggest?<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-06 19:15 GMT+03:00 Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org" target="_blank">jb@videolan.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It might be time to drop old automakes<br>
<br>
On 26 Jun, glenvt18 wrote :<br>
<div><div class="h5">> This allows to run automake > 1.11.<br>
> ---<br>
>  bootstrap | 4 ++--<br>
>  1 file changed, 2 insertions(+), 2 deletions(-)<br>
><br>
> diff --git a/bootstrap b/bootstrap<br>
> index 61ddb46..a03e95e 100755<br>
> --- a/bootstrap<br>
> +++ b/bootstrap<br>
> @@ -40,8 +40,8 @@ for v in "-1.11" "-1.10" "110" "-1.9" "19" "-1.8" "18" "-1.7" "17" "-1.6" "16" "<br>
>  done<br>
><br>
>  if test "${amvers}" = "no" && automake --version > /dev/null 2>&1; then<br>
> -  amvers="`automake --version | sed -e '1s/[^0-9]*//' -e q`"<br>
> -  if expr "$amvers" "<" "1.5" > /dev/null 2>&1; then<br>
> +  amvers="`automake --version | sed -nE '1s/[^0-9]*([0-9]+)\.([0-9]+).*/\1 * 100 + \2/p' | xargs expr`"<br>
> +  if expr "$amvers" "<" "105" > /dev/null 2>&1; then<br>
>      amvers="no"<br>
>    else<br>
>      amvers=""<br>
> --<br>
> 1.9.1<br>
><br>
</div></div>> _______________________________________________<br>
> vlc-devel mailing list<br>
> To unsubscribe or modify your subscription options:<br>
> <a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
With my kindest regards,<br>
<br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" rel="noreferrer" target="_blank">http://www.jbkempf.com/</a> - +33 672 704 734<br>
Sent from my Electronic Device<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></span></blockquote></div><br></div>