X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=25b92920337b7d108b9a1a7dc1b60838d0b9e806;hb=3167edeb48fa2baf4916462a6892ab82db2f242d;hp=f8e1f5ce7305ae9ebedcfa08875067e1d5ff1f84;hpb=6b0683d8e9524d70a53b2fd7b0a09eab2f9ae8ff;p=lyx.git diff --git a/autogen.sh b/autogen.sh index f8e1f5ce73..25b9292033 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-57]) ;; *) 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." exit 1 ;; esac