X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=082be43b758cd1127762d99baa51069ede628505;hb=6de7195c7b2e808d6828b916d86aea4f6f676ef3;hp=f8e1f5ce7305ae9ebedcfa08875067e1d5ff1f84;hpb=6b0683d8e9524d70a53b2fd7b0a09eab2f9ae8ff;p=lyx.git diff --git a/autogen.sh b/autogen.sh index f8e1f5ce73..082be43b75 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,12 +16,12 @@ test "$automake_version" != "" && { } case $automake_version in - *' '1.10.*|*' '1.11*) + *' '1.[8-9]*|*' '1.1[01]*) ;; *) echo "This automake version is not supported by LyX." - echo "LyX only supports automake 1.10.1 to 1.11." + echo "LyX only supports automake 1.8 to 1.11." exit 1 ;; esac @@ -38,11 +38,11 @@ test "$autoversion" != "" && { case $autoversion in - *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-5]) + *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-8]) ;; *) echo "This autoconf version is not supported by LyX." - echo "LyX only supports autoconf 2.59c-2.65." + echo "LyX only supports autoconf 2.59c-2.68." exit 1 ;; esac