Configure script detecting version of makeinfo

Daniel Jacobowitz drow@false.org
Thu Mar 13 16:04:00 GMT 2008


On Thu, Mar 13, 2008 at 01:36:57PM +0100, Etienne Lorrain wrote:
>  And the configure script of binutils-2.18 check the version by:
>     # For an installed makeinfo, we require it to be from texinfo 4.4 or
>     # higher, else we use the "missing" dummy.
>     if ${MAKEINFO} --version \
>        | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
>       :
>     else
>       MAKEINFO="$MISSING makeinfo"

This is fixed in CVS, thanks.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Binutils mailing list