X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=autogen.sh;h=25b92920337b7d108b9a1a7dc1b60838d0b9e806;hb=5a31cd06f451db0bc25cc896d0945423bc3754b8;hp=da8b6aa655b94b22d1c2771e692ec4bf36c9b023;hpb=b6ba2c03a729aa44f93ea4c748b26319ce5d39e5;p=lyx.git diff --git a/autogen.sh b/autogen.sh index da8b6aa655..25b9292033 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-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