[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug admin/5022] New: configure does not recognize makeinfo-4.11
From: |
balducci at units dot it |
Subject: |
[Bug admin/5022] New: configure does not recognize makeinfo-4.11 |
Date: |
11 Sep 2007 09:44:23 -0000 |
Apologies if I'm missing something.
It seems to me that configure does not correctly recognize makeinfo version
>=4.10 (texinfo-4.11 has been just released)
The following patch fixes things for me (don't know if it's acceptable):
*** configure.ac.ORIG Tue Sep 11 11:29:01 2007
--- mom Tue Sep 11 11:29:13 2007
***************
*** 2403,2409 ****
# 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"
--- 2403,2409 ----
# 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]|4.[1-9][0-9])' >/dev/null
2>&1; then
:
else
MAKEINFO="$MISSING makeinfo"
ciao
gabriele
--
Summary: configure does not recognize makeinfo-4.11
Product: binutils
Version: 2.18
Status: NEW
Severity: normal
Priority: P1
Component: admin
AssignedTo: drow at sources dot redhat dot com
ReportedBy: balducci at units dot it
CC: bug-binutils at gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://sourceware.org/bugzilla/show_bug.cgi?id=5022
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug admin/5022] New: configure does not recognize makeinfo-4.11,
balducci at units dot it <=