From 94de1d7003f24572553eed2dd5ce9da59be50983 Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Fri, 18 Oct 2013 07:10:23 +0000 Subject: [PATCH] Fixed diagnostics --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 4e34c9c4df..1503d4ee23 100755 --- a/autogen.sh +++ b/autogen.sh @@ -27,7 +27,7 @@ case "$VER" in 0* | 1\.* | 2\.[0-9] | 2\.[0-9][a-z]* | \ 2\.[1-5][0-9] | 2\.[1-5][0-9][a-z]* | 2\.6[0-8] | 2\.6[0-8][a-z]* ) echo - echo "**Error**: You must have autoconf 2.63 or later installed." + echo "**Error**: You must have autoconf 2.69 or later installed." echo "Download the appropriate package for your distribution/OS," echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/autoconf/" DIE=1