aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 90b5e94f1f..d86cca928f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -47,14 +47,14 @@ esac
AMVER=`$AUTOMAKE --version | grep '^automake' | sed 's/.*) *//'`
case "$AMVER" in
-1.[6-9]* | 1.[1][0-9]*)
+1.9* | 1.[1][0-9]*)
;;
*)
cat >&2 <<_EOF_
- You must have automake 1.6 or later installed to compile $PROJECT.
+ You must have automake 1.9 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/automake/
_EOF_