summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-09-15 19:57:56 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-09-15 19:57:56 +0000
commit5a7e4a7365ac46a02a5648608cd795aafb6bcea8 (patch)
tree6a9b046cad0c2b8557c4938447e952e00acc44b3 /autogen.sh
parent3ab617020d2f9e6e6fdf73ea8a06fb0c75275bc6 (diff)
downloadwireshark-5a7e4a7365ac46a02a5648608cd795aafb6bcea8.tar.gz
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
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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_