X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=5265cc4f5c6cc033f9f33e2152d1282d6677c9f6;hb=2b2d1a762217bb8ddf75654a529a1fd6f4be187e;hp=5c67ca6689094843e5dabc3ddd7f3616805f763e;hpb=89c62d06259c6a72e2ee52d56d816e79dff2aa65;p=lyx.git diff --git a/autogen.sh b/autogen.sh index 5c67ca6689..5265cc4f5c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -11,12 +11,12 @@ autoversion=`$AUTOCONF --version | head -n 1` echo "Using $autoversion" case $autoversion in - *2.5[23467]) + *2.5[234678]) EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4" ;; *) echo "This autoconf version is not supported by LyX." - echo "LyX only supports autoconf 2.5[23467]." + echo "LyX only supports autoconf 2.5[234678]." exit ;; esac