]> git.lyx.org Git - lyx.git/commitdiff
adjust error message
authorStephan Witt <switt@lyx.org>
Wed, 13 Oct 2010 05:22:11 +0000 (05:22 +0000)
committerStephan Witt <switt@lyx.org>
Wed, 13 Oct 2010 05:22:11 +0000 (05:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35621 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index 7a4268da27498d8ea55c80f3aa352f32115022eb..cd3fc31b0073842f92eba533bedd286ee29ba502 100755 (executable)
@@ -42,7 +42,7 @@ case $autoversion in
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.59c-2.65, 2.67."
+       echo "LyX only supports autoconf 2.59c-2.65, 2.67 and 2.58."
        exit 1
        ;;
 esac