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
This commit is contained in:
Jeff Morriss 2008-09-15 19:57:56 +00:00
parent 3ab617020d
commit 5a7e4a7365
1 changed files with 1 additions and 1 deletions

View File

@ -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_