X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=b6df1b3cdabe74bd1b681e0d7f6e7123269bb180;hb=8a5cde8fbf4dbe120b709bca7bbd3974bcbfbbe2;hp=25b92920337b7d108b9a1a7dc1b60838d0b9e806;hpb=7aaffe61117aefceea3ed5f3969102e01deff0a2;p=lyx.git diff --git a/autogen.sh b/autogen.sh index 25b9292033..b6df1b3cda 100755 --- a/autogen.sh +++ b/autogen.sh @@ -38,11 +38,11 @@ test "$autoversion" != "" && { case $autoversion in - *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-57]) + *' '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, 2.67." + echo "LyX only supports autoconf 2.59c-2.65, 2.67 and 2.68." exit 1 ;; esac