summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-09-14 15:47:01 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-09-14 15:47:01 +0000
commit2a63e0aab6c17bd7aab19f4aaa316d6d30d1beb7 (patch)
tree7748b57963628bc6d6d85f918828f96540593df2 /configure.ac
parent51c2fce35928da32e04debb6b5d24339316febf0 (diff)
downloadgdb-2a63e0aab6c17bd7aab19f4aaa316d6d30d1beb7.tar.gz
* configure.ac: Correct makeinfo version check.
* configure: Regenerate.
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"