* configure.ac: Correct makeinfo version check.

* configure: Regenerate.
This commit is contained in:
Alan Modra
2007-09-14 15:47:01 +00:00
parent 524e457026
commit 70e728c2db
3 changed files with 7 additions and 2 deletions

View File

@@ -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"