bug-binutils
[Top][All Lists]
Advanced

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

[Bug gprofng/29476] gprofng.texi makeinfo build failure on centos 7


From: vladimir.mezentsev at oracle dot com
Subject: [Bug gprofng/29476] gprofng.texi makeinfo build failure on centos 7
Date: Fri, 12 Aug 2022 06:31:11 +0000

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

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