Require texinfo 4.7 for src/gcc?
H.J. Lu
hjl.tools@gmail.com
Tue Apr 7 18:01:00 GMT 2009
Hi,
Texinfo 4.7 is required for gcc and binutils now also requires texinfo 4.7:
http://www.sourceware.org/bugzilla/show_bug.cgi?id=10039
Is this patch OK with ChangeLog for gcc and src?
Thanks.
--
H.J.
---
Index: configure.ac
===================================================================
--- configure.ac (revision 5645)
+++ configure.ac (working copy)
@@ -2726,10 +2726,10 @@ case " $build_configdirs " in
*" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
*)
changequote(,)
- # For an installed makeinfo, we require it to be from texinfo 4.6 or
+ # For an installed makeinfo, we require it to be from texinfo 4.7 or
# higher, else we use the "missing" dummy.
if ${MAKEINFO} --version \
- | egrep
'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null
2>&1; then
+ | egrep
'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null
2>&1; then
:
else
MAKEINFO="$MISSING makeinfo"
More information about the Binutils
mailing list