On investigating this bug, I find that the root configure script has a broken test for whether texinfo is at least version 4.4, on line 3840. So it's setting MAKEINFO to ".../missing makeinfo" which messes up the build in libiberty.
If I fix the regex on line 3841 (or line 2340 of configure.in) to 'texinfo[^0-9]*([1-3][0-9]|4\.([1-3][0-9]|[4-9])|[5-9])' then the package builds successfully. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]