From 5a7e4a7365ac46a02a5648608cd795aafb6bcea8 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Mon, 15 Sep 2008 19:57:56 +0000 Subject: Since we require autoconf 2.60 or later, update the error message to indicate that (rather than still indicating that we need only 2.52). svn path=/trunk/; revision=26209 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index bf1255188d..e6884fba6e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -35,7 +35,7 @@ case "$ACVER" in '' | 0.* | 1.* | 2.[0-5]* ) cat >&2 <<_EOF_ - You must have autoconf 2.52 or later installed to compile $PROJECT. + You must have autoconf 2.60 or later installed to compile $PROJECT. Download the appropriate package for your distribution/OS, or get the source tarball at ftp://ftp.gnu.org/pub/gnu/autoconf/ _EOF_ -- cgit v1.2.1