https://sourceware.org/bugzilla/show_bug.cgi?id=29476

--- Comment #2 from Vladimir Mezentsev <vladimir.mezentsev at oracle dot com> 
---
We need makeinfo 6.5 or newer.

It looks like lines 196-200 in gprofng/configure.ac are incorrect:
% cat -n gprofng/configure.ac
...
   196        case x"`$MAKEINFO --version | grep 'GNU texinfo'`" in
   197          x*\ [[1-5]].*|x*\ 6.[[0-4]].* )
   198            AC_MSG_WARN([gprofng: $MAKEINFO is too old. Info
documentation will not be built.])
   199            MAKEINFO="@echo $MAKEINFO is too old, 6.5 or newer required;
true"
   200            ;;


What is an output of `makeinfo --version` on your machine ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to