]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
trivial compile fix: remove obsolete mentions of vclog from gtk's Dialogs.C and Makef...
[lyx.git] / autogen.sh
index 5c67ca6689094843e5dabc3ddd7f3616805f763e..5265cc4f5c6cc033f9f33e2152d1282d6677c9f6 100755 (executable)
@@ -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