X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=b6df1b3cdabe74bd1b681e0d7f6e7123269bb180;hb=8a5cde8fbf4dbe120b709bca7bbd3974bcbfbbe2;hp=f8e1f5ce7305ae9ebedcfa08875067e1d5ff1f84;hpb=6b0683d8e9524d70a53b2fd7b0a09eab2f9ae8ff;p=lyx.git diff --git a/autogen.sh b/autogen.sh index f8e1f5ce73..b6df1b3cda 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-578]) ;; *) 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.65, 2.67 and 2.68." exit 1 ;; esac