bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BUG: 2.18: configure: WARNING:'makeinfo' is missing on your system


From: Robin Li - C2
Subject: BUG: 2.18: configure: WARNING:'makeinfo' is missing on your system
Date: Sat, 29 Dec 2007 16:02:06 +0800
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

address@hidden,

"WARNING:'makeinfo' is missing on your system" will break the complier.

file fix need :  configure.ac, configure

    line 2405-240610 of file configure.ac cause the error :

    if ${MAKEINFO} --version \
| egrep 'textinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
     :
   else
       MAKEINFO="$MISSING makeinfo"
   fi
   ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]