[Click] Kernel 2.6 patches

Eddie Kohler kohler at cs.ucla.edu
Thu Feb 8 12:13:08 EST 2007


Here's the test for makeinfo.  If you can figure out why it is failing that 
will be your answer.  I don't think anything has changed in the click 
configuration scripts that would affect this

echo "$as_me:$LINENO: checking for working makeinfo" >&5
echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6
MAKEINFO=${MAKEINFO-makeinfo}
if ($MAKEINFO --version) < /dev/null > conftest.out 2>&1; then
     if test `head -n 1 conftest.out | sed 's/^.* \([0-9][0-9]*\).*$/\1/'` -ge 
4; then
	echo "$as_me:$LINENO: result: found" >&5
echo "${ECHO_T}found" >&6
     else
	MAKEINFO='$(conf_auxdir)/missing makeinfo'
	echo "$as_me:$LINENO: result: old" >&5
echo "${ECHO_T}old" >&6
     fi
else
     MAKEINFO='$(conf_auxdir)/missing makeinfo'
     echo "$as_me:$LINENO: result: missing" >&5
echo "${ECHO_T}missing" >&6
fi


David Biot wrote:
> Eddie Kohler wrote:
>> Hi David,
>>
>> The config.log is not as helpful as I had hoped; it just says 
>> "makeinfo missing".  Perhaps makeinfo is not on your PATH.  Here's 
>> what configure reports as your PATH
>>
>> PATH: /usr/local/sbin
>> PATH: /usr/local/bin
>> PATH: /usr/sbin
>> PATH: /usr/bin
>> PATH: /sbin
>> PATH: /bin
>> PATH: /usr/bin/X11
>> PATH: /usr/games
>>
>> Is makeinfo in there?
>> Eddie
> It's in /usr/bin, so it's part of the PATH. Its version is 4.8. Make's 
> version is 3.81.
> 
> David


More information about the click mailing list