X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=b9b81f6d76441307c0a87eacefd64e33a0539079;hb=07b6198f4c3aa6dfe3245394b660966fd3e85c99;hp=ccb2c002dce7c82435af0bca124c95bebcc5da2f;hpb=c22d1bb43069c4f7736dd6a4f8a38831d97d9ad8;p=lyx.git diff --git a/autogen.sh b/autogen.sh index ccb2c002dc..b9b81f6d76 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,17 +11,17 @@ automake_version=`$AUTOMAKE --version 2>/dev/null | head -n 1` test "$automake_version" != "" && { echo "Using $automake_version" } || { - echo "LyX requires automake >= 1.9" + echo "LyX requires automake >= 1.5" exit 1 } case $automake_version in - *' '1.9*|*' '1.10*) + *' '1.[5-9]*|*' '1.10*) ;; *) echo "This automake version is not supported by LyX." - echo "LyX only supports automake 1.9 and 1.10." + echo "LyX only supports automake 1.5 to 1.10." exit 1 ;; esac