From 83a3a68b2bf12d3300a26bbbd9c2d8999b45f015 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 14 Sep 2007 15:47:01 +0000 Subject: * configure.ac: Correct makeinfo version check. * configure: Regenerate. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 91f3168..47194cd 100755 --- 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" -- cgit v1.1