Commit fa9a3f31 by Alan Modra Committed by Alan Modra

configure.ac: Correct makeinfo version check.

	* configure.ac: Correct makeinfo version check.
	* configure: Regenerate.

From-SVN: r128497
parent 6593a73e
2007-09-15 Alan Modra <amodra@bigpond.net.au>
* configure.ac: Correct makeinfo version check.
* configure: Regenerate.
2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk> 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
* MAINTAINERS: Update my email address. * MAINTAINERS: Update my email address.
......
...@@ -6192,7 +6192,7 @@ case " $build_configdirs " in ...@@ -6192,7 +6192,7 @@ case " $build_configdirs " in
# For an installed makeinfo, we require it to be from texinfo 4.4 or # For an installed makeinfo, we require it to be from texinfo 4.4 or
# higher, else we use the "missing" dummy. # higher, else we use the "missing" dummy.
if ${MAKEINFO} --version \ 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 else
MAKEINFO="$MISSING makeinfo" MAKEINFO="$MISSING makeinfo"
......
...@@ -2462,7 +2462,7 @@ changequote(,) ...@@ -2462,7 +2462,7 @@ changequote(,)
# For an installed makeinfo, we require it to be from texinfo 4.4 or # For an installed makeinfo, we require it to be from texinfo 4.4 or
# higher, else we use the "missing" dummy. # higher, else we use the "missing" dummy.
if ${MAKEINFO} --version \ 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 else
MAKEINFO="$MISSING makeinfo" MAKEINFO="$MISSING makeinfo"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment