X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=09d553484ba91254cda5a7da8b8092168fb9b9ec;hb=b447408de232872fef1537fca542abc23702d572;hp=5265cc4f5c6cc033f9f33e2152d1282d6677c9f6;hpb=a8ba56dce03459d0e6c08df2e165c780cf015bca;p=lyx.git diff --git a/autogen.sh b/autogen.sh index 5265cc4f5c..09d553484b 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[234678]) + *2.5[2-9]) EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4" ;; *) echo "This autoconf version is not supported by LyX." - echo "LyX only supports autoconf 2.5[234678]." + echo "LyX only supports autoconf 2.5[2-9]." exit ;; esac