bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/6720] New: configure.ac & texinfo 4.12


From: olivier dot raoult at st dot com
Subject: [Bug binutils/6720] New: configure.ac & texinfo 4.12
Date: 4 Jul 2008 11:14:14 -0000

To support texinfo 4.4 "and higher" (for example texinfo 4.12), one configure.ac
line should be modified:

- FROM -
changequote(,)
    # 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

- TO -
changequote(,)
    # 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[0-9]|[5-9])' >/dev/null
2>&1; then

.. or something like that ;-)

-- 
           Summary: configure.ac & texinfo 4.12
           Product: binutils
           Version: 2.18
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: olivier dot raoult at st dot com
                CC: bug-binutils at gnu dot org
 GCC build triplet: x86_64
  GCC host triplet: x86_64
GCC target triplet: x86_64


http://sourceware.org/bugzilla/show_bug.cgi?id=6720

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

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