]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Get it right...
[lyx.git] / autogen.sh
index 0c65aed821d2b3fd7f4f228dab46e289b71aa921..92eb1179843aed0e225dc0d1bf7cd003f21950a1 100755 (executable)
@@ -19,7 +19,7 @@ case $autoversion in
        rm -f lib/reLyX/configure.ac
        EXTRA_ACINCLUDE_FILES="lyxinclude213.m4"
        ;;
-    *2.5[23])
+    *2.5[23467])
        rm -f acconfig.h
        rm -f configure.in
        cp config/configure.ac .
@@ -29,7 +29,7 @@ case $autoversion in
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.13 and 2.5[23]."
+       echo "LyX only supports autoconf 2.13 and 2.5[236]."
        exit
        ;;
 esac