diff --git a/autogen.sh b/autogen.sh index 85652c0f95..b58c27bf8e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -20,7 +20,7 @@ case $automake_version in ;; *) echo "This automake version is not supported by LyX." - echo "LyX only supports automake 1.8 to 1.14." + echo "LyX only supports automake 1.8 to 1.15." exit 1 ;; esac