]> git.lyx.org Git - lyx.git/commitdiff
Trivial; keep the error message in sync with reality.
authorAngus Leeming <leeming@lyx.org>
Mon, 16 Dec 2002 16:26:58 +0000 (16:26 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 16 Dec 2002 16:26:58 +0000 (16:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5827 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index fc76589c2aec137405a49717a29e20104dae33c9..22d270bfb1f14a1c843b2171cfd4c51f872ea067 100755 (executable)
@@ -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