From 4fe7e75560bf9c04b27130f1fa2a737323cf9590 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 17 Sep 2007 22:44:27 +0000 Subject: configure.ac: Raise minimum makeinfo version to 4.6. * configure.ac: Raise minimum makeinfo version to 4.6. * configure: Regenerate. From-SVN: r128561 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 47194cd..27edacd 100755 --- a/configure +++ b/configure @@ -6189,10 +6189,10 @@ case " $build_configdirs " in *" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;; *) - # 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.6 or # higher, else we use the "missing" dummy. if ${MAKEINFO} --version \ - | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then + | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then : else MAKEINFO="$MISSING makeinfo" -- cgit v1.1