This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Configure script detecting version of makeinfo


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]