OSDN Git Service

* c-decl.c (pushdecl): Don't set DECL_LANG_SPECIFIC.
[pf3gnuchains/gcc-fork.git] / configure
index 91f3168..47194cd 100755 (executable)
--- a/configure
+++ b/configure
@@ -6192,7 +6192,7 @@ case " $build_configdirs " in
     # 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
+       | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
       :
     else
       MAKEINFO="$MISSING makeinfo"