]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Fix \Box, \Diamond, \cong, and \surd.
[lyx.git] / autogen.sh
index fc76589c2aec137405a49717a29e20104dae33c9..f167d795f82f021d9fb0499d4bb6f3660fa42ed7 100755 (executable)
@@ -19,7 +19,7 @@ case $autoversion in
        rm -f lib/reLyX/configure.ac
        EXTRA_ACINCLUDE_FILES="lyxinclude213.m4"
        ;;
-    *2.5[236])
+    *2.5[2346])
        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