summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-09-14 15:42:18 +0000
committerAlan Modra <amodra@gcc.gnu.org>2007-09-15 01:12:18 +0930
commitfa9a3f31a007a2dc19db157d47052b386c14b5de (patch)
treef70e8733b6f359b6f120116af45b32e3849f8ba1 /configure.ac
parent6593a73e79496b729b1507bd885429a69d980fad (diff)
downloadgcc-fa9a3f31a007a2dc19db157d47052b386c14b5de.tar.gz
configure.ac: Correct makeinfo version check.
* configure.ac: Correct makeinfo version check. * configure: Regenerate. From-SVN: r128497
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a1772c07371..1624f1e898f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2462,7 +2462,7 @@ 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
+ | 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"