Re: [FFmpeg-devel] [PATCH] configure: make makeinfo_html check more robust

2015-06-16 Thread Andreas Cadhalpun
On 16.06.2015 02:50, Timothy Gu wrote: > On Sun, Jun 14, 2015 at 2:32 AM Andreas Cadhalpun < > andreas.cadhal...@googlemail.com> wrote: > >> The current check is too strict for newer makeinfo versions. >> Existing version strings are: >> makeinfo (GNU texinfo) 4.13 >> makeinfo (GNU texinfo) 5.2 >>

Re: [FFmpeg-devel] [PATCH] configure: make makeinfo_html check more robust

2015-06-15 Thread Timothy Gu
On Sun, Jun 14, 2015 at 2:32 AM Andreas Cadhalpun < andreas.cadhal...@googlemail.com> wrote: > The current check is too strict for newer makeinfo versions. > Existing version strings are: > makeinfo (GNU texinfo) 4.13 > makeinfo (GNU texinfo) 5.2 > texi2any (GNU texinfo) 5.9.93 > > Probably versio

[FFmpeg-devel] [PATCH] configure: make makeinfo_html check more robust

2015-06-13 Thread Andreas Cadhalpun
The current check is too strict for newer makeinfo versions. Existing version strings are: makeinfo (GNU texinfo) 4.13 makeinfo (GNU texinfo) 5.2 texi2any (GNU texinfo) 5.9.93 Probably version 6 will come in the not too far future. Signed-off-by: Andreas Cadhalpun --- configure | 4 ++-- 1 file